3 lines
63 B
Makefile
3 lines
63 B
Makefile
run:
|
|
bash -c 'nohup python3 main.py >nohup.out 2>&1 & disown'
|
run:
|
|
bash -c 'nohup python3 main.py >nohup.out 2>&1 & disown'
|