8 lines
72 B
Bash
Executable File
8 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
afew --m --new
|
|
mbsync -a
|
|
notmuch new
|
|
afew --tag --new
|
|
exit 0
|