aboutsummaryrefslogtreecommitdiff
path: root/scripts/mail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mail.sh')
-rwxr-xr-xscripts/mail.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mail.sh b/scripts/mail.sh
index a7c8208..00c111f 100755
--- a/scripts/mail.sh
+++ b/scripts/mail.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
if [ "$1" = "-s" ]; then
mbsync -aV &>> /tmp/mbsync.log && notmuch new &>> /tmp/notmuch.log
else