mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
9 lines
166 B
Bash
9 lines
166 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
osascript -e 'tell application "Finder" \
|
||
|
try \
|
||
|
«event NVTYload» \
|
||
|
end try \
|
||
|
end tell'
|
||
|
|