diff --git a/assets/script/shell/build.sh b/assets/script/shell/build.sh index e69de29..31ddf9f 100644 --- a/assets/script/shell/build.sh +++ b/assets/script/shell/build.sh @@ -0,0 +1,2 @@ +BASEDIR=$(dirname $0) +echo "Script location: ${BASEDIR}" \ No newline at end of file