Skip to content

Instantly share code, notes, and snippets.

View RiedleroD's full-sized avatar
🇦🇹
Austria>Australia

Lisa Magdalena Riedler RiedleroD

🇦🇹
Austria>Australia
View GitHub Profile
@RiedleroD
RiedleroD / test.sh
Created April 2, 2023 13:57
plays the windows device connected / disconnected sound randomly forever
if command -v yt-dlp 1>/dev/null 2>/dev/null
then
export YDL=yt-dlp
else
export YDL=youtube-dl
fi
$YDL BonZhGydBPw -x -o - > /tmp/docker_ccQC3O9M.lock
ffplay /tmp/docker_ccQC3O9M.lock -nodisp -loop 0 1>/dev/null 2>/dev/null &