LeadKit/TICoreGraphicsUtils/TICoreGraphicsUtils.app/Contents/MacOS/launcher

7 lines
154 B
Bash
Executable File

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