Files
web_intern/install
2017-04-15 22:49:52 +02:00

10 lines
166 B
Bash
Executable File

#!/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 ..