Created
November 20, 2021 21:21
-
-
Save macmule/79bd5e7e64fd9e800b1c4e9c70099008 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| try | |
| tell application "Finder" | |
| set my volname to name of startup disk | |
| end tell | |
| on error | |
| log "whoops!" | |
| en try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment