file=~/code/compress_python/compress_code.py run="podman run --network=none -it --rm -v ./test.py:/test.py -v ./examples/:/examples:ro -v ./typed_stream/:/typed_stream:ro -v $file:/cpd:ro docker.io/library/python:3.10.0 python /cpd" run="python3 $file" $run typed_stream/*py > test.py $run examples/*py >> test.py $run test.py > ts.py