3 lines
100 B
Bash
3 lines
100 B
Bash
|
#!/usr/bin/env sh
|
||
|
exec cargo build --manifest-path ../fish/Cargo.toml --release --features=fish-cli
|