Skip to content

Instantly share code, notes, and snippets.

@lazypower
Created September 5, 2012 00:42
Show Gist options
  • Save lazypower/3628575 to your computer and use it in GitHub Desktop.
Save lazypower/3628575 to your computer and use it in GitHub Desktop.
Davinci Sleeper ruby script
wait_time = ARGV.shift
puts "waiting #{wait_time}"
`sleep #{wait_time}`
`notify-send --urgency=critical -i "Get Davinci out" "Time to get davinci out"`
@jessedearing
Copy link

DaVinci virus?

DaVinci virus launch screen

@lazypower
Copy link
Author

LOL no - It was a wrapper script to illustrate how easy it is to write something like this in ruby vs bash.

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