Created
December 11, 2016 18:35
-
-
Save 8q/390a95ecfa94bcec86b1942c85548ce5 to your computer and use it in GitHub Desktop.
無限ターミナル呼び出し
This file contains hidden or 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
#!/bin/zsh | |
for i in {1..10000}; | |
do | |
echo -n "やーい" | |
usleep 1000 | |
done | |
open -n -a /Applications/Utilities/Terminal.app --args "~/Desktop/aa.sh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment