diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..11f2d28 --- /dev/null +++ b/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# Run the Python script with all passed arguments +python3 containers/run.py "$@"