Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created September 30, 2010 17:31
Show Gist options
  • Save metaskills/604964 to your computer and use it in GitHub Desktop.
Save metaskills/604964 to your computer and use it in GitHub Desktop.
∴ which cloop
cloop () {
while [1]
do
$argv
sleep 5
done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment