Portable Sunbird OS X source code
Portable Sunbird OS X script source code:
AppleScript
EOF
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
