Last active
July 11, 2017 16:22
-
-
Save GitSumito/a32a01023b9bc8839c5146baa605e545 to your computer and use it in GitHub Desktop.
tcshで単純作業をループ ref: http://qiita.com/S-T/items/f4da9385f0638298f3ac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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