Skip to content

Instantly share code, notes, and snippets.

@vastus
Created August 18, 2020 20:34
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 vastus/47a6214140e1ff49263972450f7d579d to your computer and use it in GitHub Desktop.
Save vastus/47a6214140e1ff49263972450f7d579d to your computer and use it in GitHub Desktop.
Common provisioning
set -euxo pipefail
PROVIS_PATH="$HOME/provis"
git clone https://github.com/vastus/provis.git ${PROVIS_PATH}
make -C ${PROVIS_PATH} common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment