From 51925f3f40267ad0d58303abbb3c13b1c639c10f Mon Sep 17 00:00:00 2001 From: wass Date: Sun, 14 Apr 2024 12:03:27 +0200 Subject: [PATCH] add shell shortcut to python --- run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 run.sh 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 "$@"