nextcloud-desktop/shell_integration/MacOSX/loadPlugin.sh

9 lines
166 B
Bash
Raw Normal View History

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