Last active
September 4, 2019 15:45
-
-
Save fuongz/5286856e37b940c3459a7c70ad769be9 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
if [[ ! -z baser ]]; then | |
git clone [email protected]:env/docker.git baser | |
mv baser /usr/local/lib/ | |
ln -s /usr/local/lib/baser/base /usr/local/bin/baser | |
chmod +x /usr/local/bin/baser | |
rm -rf baser | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment