Skip to content

Instantly share code, notes, and snippets.

@Cloven
Created August 2, 2016 05:14
Show Gist options
  • Save Cloven/6798ab872158fce2abf1613c50a29a83 to your computer and use it in GitHub Desktop.
Save Cloven/6798ab872158fce2abf1613c50a29a83 to your computer and use it in GitHub Desktop.
#!/bin/sh
while true
do
sleep 5
echo "ping"
date
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment