mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
9 lines
166 B
Bash
Executable File
9 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
|
|
osascript -e 'tell application "Finder" \
|
|
try \
|
|
«event OWNCload» \
|
|
end try \
|
|
end tell'
|
|
|