This file contains 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/bash | |
#install PathPicker | |
# source http://github.com/facebook/PathPicker | |
cd /usr/local/ | |
# if you are not logged in as root you will have to use "sudo" before below command | |
git clone https://github.com/facebook/PathPicker.git | |
cd PathPicker/ | |
# same reason as above you may have to add "sudo" before below command |