Skip to content

Instantly share code, notes, and snippets.

@smcpherson
Last active January 11, 2016 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smcpherson/d37db56abb79f23b9357 to your computer and use it in GitHub Desktop.
Save smcpherson/d37db56abb79f23b9357 to your computer and use it in GitHub Desktop.
#
#
# 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
@derencius
Copy link

😠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment