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
#!/usr/bin/env bash | |
##^ ## Author: Seth Fuller | |
##^ ## Date: 25-June-20201 | |
##^ | |
##^ ## This script will create a new EmacsX.app with links from the original Emacs.app | |
##^ ## The main purpose is to create another EmacsX.app that can be run separately with a different icon | |
##^ ## The Emacs Plus Homebrew project has many good icons in the icons directory. | |
##^ ## The Git repository is: https://github.com/d12frosted/homebrew-emacs-plus.git | |
##% If new_app_path or orig_app_path do not begin with a '/' /Applications/ will be prepended to them |