๐Ÿ“ฆ rust-lang / rust

๐Ÿ“„ y.sh ยท 6 lines
1
2
3
4
5
6#!/bin/sh

set -e
echo "[BUILD] build system" 1>&2
exec cargo run --manifest-path build_system/Cargo.toml -- "$@"