This commit is contained in:
2024-10-29 00:28:00 -06:00
parent d295b61370
commit b474188457
2 changed files with 78 additions and 43 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
set -e
echo "Script executed from: ${PWD}"
BASEDIR=$(dirname $0)
echo "Script location: ${BASEDIR}"
DIR="$( cd "$( dirname "$0" )" && pwd )"
echo $DIR