nextcloud-desktop/shell_integration/MacOSX/loadPlugin.sh
2014-08-28 15:45:07 +02:00

8 lines
166 B
Bash
Executable file

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