I tried the following command:
osascript -e 'tell app "Backdrop" to activate' osascript -e 'tell app "MenuShade" to activate' osascript -e 'tell app "TextMate" to activate'
which causes TextMate to hang because (as Allan told me)...
He suggested:
Which returns the following error:
/bin/bash: line 2: -e: command not found
So I ask you who know more than I, what is the key to unlocking this one?
Thanks in advance.