mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
8 lines
166 B
Bash
Executable file
8 lines
166 B
Bash
Executable file
#!/bin/sh
|
|
|
|
osascript -e 'tell application "Finder" \
|
|
try \
|
|
«event OWNCload» \
|
|
end try \
|
|
end tell'
|
|
|