7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
|
|
notmuch search --output=files tag:deleted | xargs -r rm
|
|
notmuch new
|
|
muchsync -s "ssh -CTaxq -J janus.unbl.ink" iapetus.local
|
|
exit 0
|