git @ Cat's Eye Technologies The-Cannery / master bin / the_swallows.py
master

Tree @master (Download .tar.gz)

the_swallows.py @masterraw · history · blame

#!/bin/sh

EXENAME=the_swallows.py

SCRIPTPATH=`realpath $0`
SCRIPTDIR=`dirname $SCRIPTPATH`
. $SCRIPTDIR/../catseye/$EXENAME/settings.sh
IMAGE=$ORGNAME/$EXENAME:$VERSION

docker run --user $(id -u):$(id -g) -i -t $ENVPARAM -v "${PWD}:/mnt/host" $IMAGE $EXENAME "$@"