Portable Sunbird OS X source code
Home page > OS X Portable Applications > Portable Sunbird OS X source code
Source code index | Portable Sunbird OS X script source code:
AppleScript
tell application "System Events" to set perc to the path of container of (path to me) as alias
set perc to quoted form of POSIX path of perc
do shell script "" & perc & "app/Sunbird.app/Contents/MacOS/sunbird-bin -profile " & perc & "app/profile"
EOF