export OS="$(uname -s)" if [ "$OS" = "Darwin" ]; then # find out which app launched this terminal export LAUNCHING_APP=`osascript <