refactoring

This commit is contained in:
Simon Vieille 2019-07-31 09:37:16 +02:00
commit 47e5b8c7e6
Signed by: deblan
GPG key ID: 03383D15A1D31745
10 changed files with 11 additions and 4 deletions

View file

@ -2,7 +2,7 @@
export SCRIPT_NAME="$(realpath "$0")"
export SCRIPT_PATH="$(dirname "$SCRIPT_NAME")"
export PATH="$SCRIPT_PATH/../helpers/:$PATH"
export PATH="$SCRIPT_PATH/../share/bin/:$PATH"
cd "$SCRIPT_PATH/../"