Last active
September 15, 2017 01:36
-
-
Save bramblex/3631d02d1fd76d3192e887c2ce57fffb to your computer and use it in GitHub Desktop.
open terminal
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
| //osx | |
| osascript -e 'tell application "Terminal" to do script "yes"' | |
| //windows | |
| start cmd /k echo Hello, World! | |
| // linux | |
| x-terminal-emulator -e command | |
| xdg-termianl -e command | |
| xterm -e command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment