summaryrefslogtreecommitdiff
path: root/create-symlinks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create-symlinks.sh')
-rwxr-xr-xcreate-symlinks.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/create-symlinks.sh b/create-symlinks.sh
new file mode 100755
index 0000000..4270052
--- /dev/null
+++ b/create-symlinks.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+mkdir -p ~bin
+
+ln -s $(pwd)/pwgrep.sh ~/bin/fwipe
+ln -s $(pwd)/pwgrep.sh ~/bin/pwdbls
+ln -s $(pwd)/pwgrep.sh ~/bin/pwedit
+ln -s $(pwd)/pwgrep.sh ~/bin/pwfadd
+ln -s $(pwd)/pwgrep.sh ~/bin/pwfcat
+ln -s $(pwd)/pwgrep.sh ~/bin/pwfdel
+ln -s $(pwd)/pwgrep.sh ~/bin/pwfls
+ln -s $(pwd)/pwgrep.sh ~/bin/pwgrep
+ln -s $(pwd)/pwgrep.sh ~/bin/pwhelp
+ln -s $(pwd)/pwgrep.sh ~/bin/pwldb
+ln -s $(pwd)/pwgrep.sh ~/bin/pwupdate