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
| #!/bin/zsh | |
| # ================================================================================ | |
| # A macOS shell script to create an .icns icon file from an image input file | |
| # | |
| # NOTE: make this file executable first using: | |
| # chmod +x /path/to/icon_maker.sh | |
| # | |
| # -------------------------------------------------------------------------------- | |
| # Source: https://gist.github.com/Swiss-Mac-User/7a1a55e499db618c59718cbffe23318c |
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
| osascript -e "display notification \"This notification comes straight from Terminal.app to your macOS Notification Center, thanks to AppleScript 🤓\"" |
OlderNewer