Last active
August 2, 2024 19:49
-
-
Save smcpherson/d37db56abb79f23b9357 to your computer and use it in GitHub Desktop.
This file contains 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
# | |
# | |
# FYI, you should probably lock your computer. | |
# | |
# | |
`curl http://www.audiocheck.net/download.php?filename=Audio/audiocheck.net_binaural_knocking.wav > ~/.knock.wav` | |
while true do | |
if [4, 28, 33, 56].include?(Time.now.min) && Time.now.sec == 20 | |
print [9994].pack('U*')+" " # hand | |
print [128682].pack('U*')+" " # door | |
`afplay ~/.knock.wav` | |
end | |
sleep(1) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is hilarious