runPython.sh 67 B

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