diff options
Diffstat (limited to 'makeDir.sh')
| -rwxr-xr-x | makeDir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makeDir.sh b/makeDir.sh index aa9f782..863497e 100755 --- a/makeDir.sh +++ b/makeDir.sh @@ -1,7 +1,7 @@ #!/bin/sh dir="$1" rm $dir/* -source functions.sh +source "$(dirname "$0")/functions.sh" while read -r line; do fl=$(firstLetter "$line") ll=$(lastLetter "$line") |
