diff options
author | June McEnroe <programble@gmail.com> | 2017-09-06 13:06:36 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-09-06 13:07:36 -0400 |
commit | e08e024226086df183dccf15647903670f4e0914 (patch) | |
tree | 7966495a24a637797b5ef4b57b2a419ae8a7853e /import.sh | |
parent | Pass final NULL to execlp (diff) | |
download | src-e08e024226086df183dccf15647903670f4e0914.tar.gz src-e08e024226086df183dccf15647903670f4e0914.zip |
Rename curtis -> home
Why the heck did I do this?
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 e97ede7f..d7c3b072 100755 --- a/import.sh +++ b/import.sh @@ -12,7 +12,7 @@ error() { [ -z "$1" ] && error 'no path' source_path="$HOME/$1" -dest_path="$PWD/curtis/$1" +dest_path="$PWD/home/$1" [ -f "$dest_path" ] && error "$dest_path already exists" [ -f "$source_path" ] || error "$source_path does not exist" |