runPython.sh 70 B

1234
  1. #!/bin/bash
  2. nohup python3 -u $@ 0<&- &> $HOME/logs/runPython.log &