diff options
Diffstat (limited to '')
-rwxr-xr-x | bashrc/bin/maildirmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc/bin/maildirmake b/bashrc/bin/maildirmake index 5ba5f11..0cd170e 100755 --- a/bashrc/bin/maildirmake +++ b/bashrc/bin/maildirmake @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # create maildir style directories if [[ -z "$1" ]] ; then |