Skip to content

Instantly share code, notes, and snippets.

@fuongz
Last active September 4, 2019 15:45
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 fuongz/5286856e37b940c3459a7c70ad769be9 to your computer and use it in GitHub Desktop.
Save fuongz/5286856e37b940c3459a7c70ad769be9 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
if [[ ! -z baser ]]; then
git clone git@gitlab.base.vn: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