Skip to content

Instantly share code, notes, and snippets.

@itsdamslife
Created April 13, 2018 15:46
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save itsdamslife/9532d757676b1f3c9b25f3959128367c to your computer and use it in GitHub Desktop.
Save itsdamslife/9532d757676b1f3c9b25f3959128367c to your computer and use it in GitHub Desktop.
Open terminal from xcode script
#!/bin/bash
open -a Terminal "`pwd`"
@itsdamslife
Copy link
Author

Command to give execute permission: chmod +x /path/to/the/open_terminal.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment