From c70303aa704be715b7dc734ffe27a3f3d36349a3 Mon Sep 17 00:00:00 2001 From: Justuser Date: Tue, 4 Oct 2022 21:55:46 +0300 Subject: [PATCH] Small update --- st.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/st.sh b/st.sh index 3250e4f..74211b6 100755 --- a/st.sh +++ b/st.sh @@ -3,6 +3,8 @@ do wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 & th1=$! - sleep 5m + sleep 30m kill -9 $th1 + + python3 up.py & done