MOD: cueme script adds another tab

This commit is contained in:
JohnE 2019-05-23 22:09:47 -07:00
parent e33df70b5c
commit eded4628df
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# osascript -e "tell application \"Terminal\" " -e "tell application \"System Events\"
CUEME1=/Volumes/malloc-dev/cueme/source/cueme
CUEME2=/Volumes/malloc-dev/cueme/source/cueme/app/source/fapp
CUEME3=/Volumes/malloc-dev/cueme/source/cueme/dashboard/source/fapp_web
osascript \
@ -16,3 +17,9 @@ osascript \
-e "tell application \"System Events\" to keystroke \"t\" using {command down}" \
-e "do script \"cd $CUEME2; clear\" in front window" \
-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