improved install.sh
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -d ~/bin ]; then
|
||||
mkdir ~/bin
|
||||
fi
|
||||
ln -s `pwd`/bin/* ~/bin/.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user