3 lines
136 B
Bash
3 lines
136 B
Bash
|
#!/bin/bash
|
||
|
cargo +stable run --target $(rustc -vV | grep host | cut -d ' ' -f2) --bin table-gen --no-default-features --features tools
|