3 lines
84 B
Bash
3 lines
84 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd /home/anton/PycharmProjects/keymaster || exit
|
||
|
nohup ./main.py
|