Created
February 9, 2016 15:18
-
-
Save jantimon/bdfaf73282c043675bd4 to your computer and use it in GitHub Desktop.
This file contains 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
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