Skip to content

Instantly share code, notes, and snippets.

@nickpegg
Created August 16, 2016 23:21
Show Gist options
  • Save nickpegg/cc2c96df592a387e01c8bb3c1d3e35ab to your computer and use it in GitHub Desktop.
Save nickpegg/cc2c96df592a387e01c8bb3c1d3e35ab to your computer and use it in GitHub Desktop.
#!/bin/sh
while true; do
echo "DERP"
sleep 60
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment