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