Skip to content

Instantly share code, notes, and snippets.

@ibanezmatt13
Last active December 18, 2015 15:19
Show Gist options
  • Save ibanezmatt13/5803776 to your computer and use it in GitHub Desktop.
Save ibanezmatt13/5803776 to your computer and use it in GitHub Desktop.
#!/bin/bash
while [ 1 ]; do # forever
{
/home/pi/MATT-1.py;
SLEEP(5)
}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment