install script

This commit is contained in:
andis
2017-04-15 22:49:52 +02:00
parent 539646fd37
commit 53c695deb6
3 changed files with 35 additions and 0 deletions

9
install Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#
DIR2="$(awk '{n=split($0,a,"/");print(a[n])}' <<< $DIR)"
echo $DIR2
#
cd $DIR
ls
ln ./run.py ..