get-tools.sh 220 B

123456789101112
  1. #!/usr/bin/env bash
  2. set -o errexit
  3. set -o nounset
  4. set -o pipefail
  5. curl -L https://raw.githubusercontent.com/theplant/plantbuild/master/plantbuild > ./pb \
  6. && chmod +x ./pb \
  7. && mv ./pb /usr/local/bin/plantbuild