Skip to content

Instantly share code, notes, and snippets.

@vodrazka
Created May 5, 2016 20:06
Show Gist options
  • Save vodrazka/f803710dd95cea50f0b6c3dc34b31ea9 to your computer and use it in GitHub Desktop.
Save vodrazka/f803710dd95cea50f0b6c3dc34b31ea9 to your computer and use it in GitHub Desktop.
#!/bin/bash
while :
do
printf "$(date);$1\n"
sleep 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment