diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-19 21:08:20 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-19 21:08:20 +0000 |
| commit | be9f8396ccc705bb14facd1f142cce52b0d0cd94 (patch) | |
| tree | d99a2877574f4de4bfdc58d20cbfc9e0a35d7492 /create-symlinks.sh | |
| parent | 01866f0c0f10d69cdf2f9d678e56a39bad062496 (diff) | |
added create-symlinks.sh
Diffstat (limited to 'create-symlinks.sh')
| -rwxr-xr-x | create-symlinks.sh | 15 |
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 |
