summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-06-08 11:40:58 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-06-08 11:40:58 -0400
commitd5f6a3b12f2ffd290fabdd4126005e3fc5ddd55a (patch)
treeb2421ff448bd54703fc0b2ab23534420fc608e64 /etc
parentff438de98612c2d23621c8599e411fbfcf1578c8 (diff)
bash now default for mailsync command
Diffstat (limited to 'etc')
-rwxr-xr-xetc/mailsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mailsync.sh b/etc/mailsync.sh
index 2ac78d9..3b9dc5e 100755
--- a/etc/mailsync.sh
+++ b/etc/mailsync.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# This script will run offlineimap and check
# for new email if there is an internet connection.
#