mirror of https://github.com/ekzhang/bore.git
5 lines
66 B
Bash
5 lines
66 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
rustup default $1
|
||
|
rustup target add $2
|