Created
April 2, 2023 13:57
-
-
Save RiedleroD/2f86286b8815ad4d06de9b3215b331e9 to your computer and use it in GitHub Desktop.
plays the windows device connected / disconnected sound randomly forever
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment