parent
4edc2cff2e
commit
35cf3796e1
@ -0,0 +1,10 @@
|
||||
while :
|
||||
do
|
||||
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
|
||||
th1=$!
|
||||
|
||||
sleep 30m
|
||||
kill -9 $th1
|
||||
|
||||
python3 up.py
|
||||
done
|
@ -0,0 +1,5 @@
|
||||
kl=$(ps aux | grep run.sh | grep bin | awk -F " " '{print $2}')
|
||||
kill $kl
|
||||
killall wget
|
||||
rm *.mp3
|
||||
rm nohup.out
|
Loading…
Reference in new issue