Skip to content

Instantly share code, notes, and snippets.

@8q
Created December 11, 2016 18:35
Show Gist options
  • Save 8q/390a95ecfa94bcec86b1942c85548ce5 to your computer and use it in GitHub Desktop.
Save 8q/390a95ecfa94bcec86b1942c85548ce5 to your computer and use it in GitHub Desktop.
無限ターミナル呼び出し
#!/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