Skip to content

Instantly share code, notes, and snippets.

@mlocher
Created March 3, 2015 15:03
Show Gist options
  • Save mlocher/5bd6ae17c93251d3fd3d to your computer and use it in GitHub Desktop.
Save mlocher/5bd6ae17c93251d3fd3d to your computer and use it in GitHub Desktop.
#!/bin/sh
VERSION="2.0.0-rc11"
wget -O "${HOME}/bin/boot" "https://github.com/boot-clj/boot/releases/download/${VERSION}/boot.sh"
chmod u+x "${HOME}/bin/boot"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment