summary refs log tree commit diff
path: root/import.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-06-10 21:18:23 -0400
committerJune McEnroe <programble@gmail.com>2017-06-10 21:18:23 -0400
commit56f40d3305cbb7f59e6dbe460a6861af34c2f804 (patch)
tree61c31768c839ee98908f3273a9a222548cd94137 /import.sh
parentRename install.sh to link.sh (diff)
downloadsrc-56f40d3305cbb7f59e6dbe460a6861af34c2f804.tar.gz
src-56f40d3305cbb7f59e6dbe460a6861af34c2f804.zip
Add .hushlogin
Diffstat (limited to 'import.sh')
-rwxr-xr-ximport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/import.sh b/import.sh
index fea18439..e97ede7f 100755
--- a/import.sh
+++ b/import.sh
@@ -20,4 +20,4 @@ dest_path="$PWD/curtis/$1"
 mkdir -p "$(dirname "$dest_path")"
 mv "$source_path" "$dest_path"
 ln -s "$dest_path" "$source_path"
-echo "link '$1'" >> install.sh
+echo "link '$1'" >> link.sh