Skip to content
Snippets Groups Projects
Unverified Commit 407fda3a authored by Recolic Keghart's avatar Recolic Keghart
Browse files

...

parent af3035e9
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ set _audio_player "mpg123" ...@@ -14,6 +14,7 @@ set _audio_player "mpg123"
set tmpfl (mktemp) set tmpfl (mktemp)
while true while true
date
curl "$_url" 2>/dev/null > $tmpfl curl "$_url" 2>/dev/null > $tmpfl
if grep '{"data":\[\],"msg":"unauthorized"}' $tmpfl if grep '{"data":\[\],"msg":"unauthorized"}' $tmpfl
mpg123 badid.mp3 mpg123 badid.mp3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment