Skip to content

Instantly share code, notes, and snippets.

@yujihamaguchi
Created December 17, 2014 05:18
Show Gist options
  • Save yujihamaguchi/d39f02da309540a2d397 to your computer and use it in GitHub Desktop.
Save yujihamaguchi/d39f02da309540a2d397 to your computer and use it in GitHub Desktop.
[bash] 無限ループ1ライナー
while :; do {処理}; sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment