mirror of
https://github.com/ekzhang/bore.git
synced 2024-12-22 22:45:42 +07:00
5 lines
66 B
Bash
5 lines
66 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
rustup default $1
|
||
|
rustup target add $2
|