upgradez
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user