runPython.sh 69 B

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