piston/docker/execute
Brian Seymour 80aad50223 typo
2018-09-19 22:00:41 -05:00

10 lines
132 B
Bash
Executable file

#!/usr/bin/env bash
abs=$1
file=$(basename $abs)
docker run \
--rm \
-v $abs:/$file \
-it piston \
python3 /$file