LeadKit/TITextProcessing/TITextProcessing.app/Contents/MacOS/launcher

7 lines
151 B
Bash
Executable File

#!/bin/bash
workspace="TITextProcessing.xcworkspace"
workspacePath=$(echo "$0" | rev | cut -f2- -d '/' | rev)
open "`pwd`/$workspacePath/$workspace"