nextcloud-desktop/shell_integration/MacOSX/loadPlugin.sh

9 lines
166 B
Bash
Raw Normal View History

#!/bin/sh
osascript -e 'tell application "Finder" \
try \
2014-08-28 17:44:35 +04:00
«event OWNCload» \
end try \
end tell'