Skip to content

Instantly share code, notes, and snippets.

@GitSumito
Last active July 11, 2017 16:22
Show Gist options
  • Save GitSumito/a32a01023b9bc8839c5146baa605e545 to your computer and use it in GitHub Desktop.
Save GitSumito/a32a01023b9bc8839c5146baa605e545 to your computer and use it in GitHub Desktop.
tcshで単純作業をループ ref: http://qiita.com/S-T/items/f4da9385f0638298f3ac
tcsh
loop:
sleep 2
echo "aaa"
echo "bbb"
echo "ccc"
echo "----"
goto loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment