desktop/shell_integration/MacOSX/loadPlugin.sh

9 строки
166 B
Bash
Executable File

#!/bin/sh
osascript -e 'tell application "Finder" \
try \
«event OWNCload» \
end try \
end tell'