@@ -1,4 +1,3 @@
#!/bin/bash
-. ~/venv/nnUNet/bin/activate
nohup python $@ 0<&- &> $HOME/logs/runPython.log &
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+. ~/venv/nnUNet/bin/activate
+nohup python $@ 0<&- &> $HOME/logs/runPython.log &