Skip to content

Instantly share code, notes, and snippets.

@bramblex
Last active September 15, 2017 01:36
Show Gist options
  • Select an option

  • Save bramblex/3631d02d1fd76d3192e887c2ce57fffb to your computer and use it in GitHub Desktop.

Select an option

Save bramblex/3631d02d1fd76d3192e887c2ce57fffb to your computer and use it in GitHub Desktop.
open terminal
//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