start.sh 81 B

1234
  1. #!/bin/bash
  2. pkill python3
  3. nohup python3 -u ./main.py > log.txt &
  4. tail -f log.txt