2020-01-06
proper multipart!
#!/bin/bash set -eu -o pipefail if rustup update; then exit fi curl https://sh.rustup.rs -sSf | sh source ~/.cargo/env rustup component add rls rustfmt