#!/usr/bin/env bash

RESULT=`/usr/bin/osascript -e 'tell application "Finder" to reveal application file id "jp.procolorlab.pronet2"'`

exit 0
