llvm/tests/rust-sanity/test.sh
2021-09-15 08:01:11 +02:00

6 lines
51 B
Bash
Executable File

#!/bin/sh -eux
cargo new hello
cd hello
cargo run