Skip to content

Instantly share code, notes, and snippets.

@jantimon
Created February 9, 2016 15:18
Show Gist options
  • Save jantimon/bdfaf73282c043675bd4 to your computer and use it in GitHub Desktop.
Save jantimon/bdfaf73282c043675bd4 to your computer and use it in GitHub Desktop.
set UnixPath to POSIX path of ((path to me as text) & "::")
set Grunt to "cd \"" & UnixPath & "\"; node node_modules/grunt-cli/bin/grunt dev"
tell application "Terminal"
do script Grunt
activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment