blob: 427005298a0aa6e24bed4915619dfcb81479a77c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|