diff options
author | June McEnroe <june@causal.agency> | 2015-05-28 22:28:41 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2015-05-28 22:28:41 -0400 |
commit | 4bab6d9910b215cd48076e8854ddb1aac0df4fe2 (patch) | |
tree | 0abc667b16402dd893fc9a9967bfff40d748111b /import.sh | |
parent | Swap windows instead of moving them (diff) | |
download | src-4bab6d9910b215cd48076e8854ddb1aac0df4fe2.tar.gz src-4bab6d9910b215cd48076e8854ddb1aac0df4fe2.zip |
Bash is usually in /bin
Diffstat (limited to '')
-rwxr-xr-x | import.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import.sh b/import.sh index f9233ba8..d7fb0ca2 100755 --- a/import.sh +++ b/import.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # Import a file from ~ and replace it with a symlink. |