diff options
author | EuAndreh <eu@euandre.org> | 2018-11-23 21:57:15 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-11-23 21:57:15 -0200 |
commit | bd103263fa07eabc05c63f60129d86b48e904f72 (patch) | |
tree | 0fbca1da1b9662d3db03dedb96e0c3b4f6ea44ab /scripts | |
parent | Remove unused =alert= alias. (diff) | |
download | dotfiles-bd103263fa07eabc05c63f60129d86b48e904f72.tar.gz dotfiles-bd103263fa07eabc05c63f60129d86b48e904f72.tar.xz |
Unify crontab and alias command under scripts/mail.sh.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mail.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mail.sh b/scripts/mail.sh new file mode 100755 index 0000000..e9f14d8 --- /dev/null +++ b/scripts/mail.sh @@ -0,0 +1 @@ +mbsync -aV &>> /tmp/mbsync.log && notmuch new &>> /tmp/notmuch.log |