-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstart
More file actions
executable file
·11 lines (6 loc) · 1.34 KB
/
start
File metadata and controls
executable file
·11 lines (6 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
osascript -e 'tell application "Terminal" to activate' -e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down' -e 'tell application "Terminal" to do script "mongod --config /usr/local/etc/mongod.conf" in selected tab of the front window'
osascript -e 'tell application "Terminal" to activate' -e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down' -e 'tell application "Terminal" to do script "cd emptyApp/ && grunt" in selected tab of the front window'
osascript -e 'tell application "Terminal" to activate' -e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down' -e 'tell application "Terminal" to do script "cd emptyApp/ && grunt karma" in selected tab of the front window'
osascript -e 'tell application "Terminal" to activate' -e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down' -e 'tell application "Terminal" to do script "cd emptyApp/ && supervisor server/" in selected tab of the front window'
osascript -e 'tell application "Terminal" to activate' -e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down' -e 'tell application "Terminal" to do script "cd emptyApp/ && git status" in selected tab of the front window'