Created
May 12, 2015 14:04
-
-
Save orenteriab/2e81d36f0fc78864bcc0 to your computer and use it in GitHub Desktop.
Small function to open apps in the mac, include in your .*profile or .*rc
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
| #usage: | |
| # -> openapp Safari | |
| function openapp(){ | |
| open "/Applications/$@.app" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment