mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +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'
|
|
|