MOD: cueme script adds another tab
This commit is contained in:
parent
e33df70b5c
commit
eded4628df
|
@ -3,6 +3,7 @@
|
||||||
# osascript -e "tell application \"Terminal\" " -e "tell application \"System Events\"
|
# osascript -e "tell application \"Terminal\" " -e "tell application \"System Events\"
|
||||||
CUEME1=/Volumes/malloc-dev/cueme/source/cueme
|
CUEME1=/Volumes/malloc-dev/cueme/source/cueme
|
||||||
CUEME2=/Volumes/malloc-dev/cueme/source/cueme/app/source/fapp
|
CUEME2=/Volumes/malloc-dev/cueme/source/cueme/app/source/fapp
|
||||||
|
CUEME3=/Volumes/malloc-dev/cueme/source/cueme/dashboard/source/fapp_web
|
||||||
|
|
||||||
|
|
||||||
osascript \
|
osascript \
|
||||||
|
@ -16,3 +17,9 @@ osascript \
|
||||||
-e "tell application \"System Events\" to keystroke \"t\" using {command down}" \
|
-e "tell application \"System Events\" to keystroke \"t\" using {command down}" \
|
||||||
-e "do script \"cd $CUEME2; clear\" in front window" \
|
-e "do script \"cd $CUEME2; clear\" in front window" \
|
||||||
-e "end tell" > /dev/null
|
-e "end tell" > /dev/null
|
||||||
|
|
||||||
|
osascript \
|
||||||
|
-e "tell application \"Terminal\"" \
|
||||||
|
-e "tell application \"System Events\" to keystroke \"t\" using {command down}" \
|
||||||
|
-e "do script \"cd $CUEME3; clear\" in front window" \
|
||||||
|
-e "end tell" > /dev/null
|
||||||
|
|
Loading…
Reference in New Issue