Version 3 #1

Manually merged
timw4mail merged 47 commits from develop into master 2020-04-23 18:39:27 -04:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit aa6216ca37 - Show all commits

View File

@ -4,7 +4,8 @@
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0
# Where am I?
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
a="/$0"; a=${a%/*}; a=${a:-.}; a=${a#/}/; DIR=$(cd $a; pwd)
#DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
set -xe