servo/child-task.sh
2018-08-29 17:56:35 +02:00

6 lines
131 B
Bash
Executable file

#!/bin/sh
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
cd something-rust
rustup run --install cargo run