vrc-get/test.applescript
2025-06-21 13:12:05 +09:00

8 lines
145 B
AppleScript

#!/usr/bin/env osascript
on run (folderName)
tell application "Finder"
activate
open folder folderName
end tell
end run