Skip to content

Instantly share code, notes, and snippets.

@ruslo
Created December 2, 2015 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruslo/f6b143ff53cd3e8a2f91 to your computer and use it in GitHub Desktop.
Save ruslo/f6b143ff53cd3e8a2f91 to your computer and use it in GitHub Desktop.
If you pass "/usr/local" output will be (nice):
----------
/usr/local
----------
If you pass "/home/username", output will be (nice):
--------------
/home/username
--------------
If you pass "$$$$_I_M_NOT_INSTALLED_$$$$" then change string to "/usr/local" after install (ugly, not what I expect!):
---------------------------
/usr/local
---------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment