Preliminary commit of new files
This commit is contained in:
6
build/bin/run
Normal file
6
build/bin/run
Normal file
@@ -0,0 +1,6 @@
|
||||
DIR=`dirname $0`
|
||||
DIR=`readlink -e $DIR`
|
||||
BASE=`basename $DIR`
|
||||
IFS='/' read -ra ADDR <<< "$DIR"
|
||||
CONTAINER=${ADDR[-2]}
|
||||
/opt/docker/bin/run -t $CONTAINER "$ARGS" $1 "$2"
|
||||
Reference in New Issue
Block a user