Skip to content

Instantly share code, notes, and snippets.

@patrickmmartin
Created October 25, 2014 16:46
Show Gist options
  • Save patrickmmartin/fe83367e482e6a8a7734 to your computer and use it in GitHub Desktop.
Save patrickmmartin/fe83367e482e6a8a7734 to your computer and use it in GitHub Desktop.
keep it awake for a bit
for i in {1..1000}; do echo sending wakeup && ../bin/swakeup 00:1D:73:4C:99:2E && sleep 100 ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment