diff --git a/scripts/cueme b/scripts/cueme index 5bd841b..f877008 100755 --- a/scripts/cueme +++ b/scripts/cueme @@ -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