Merge run.sh and up.py.

This commit is contained in:
2026-06-11 13:17:56 +03:00
parent 4ff68789cd
commit d0a07f6814
4 changed files with 65 additions and 39 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
kl=$(ps aux | grep run.sh | grep bin | awk -F " " '{print $2}')
kl=$(ps aux | grep main.py | grep python3 | awk -F " " '{print $2}')
kill $kl
killall wget
rm *.mp3
rm nohup.out
#rm nohup.out