mirror of
https://github.com/danog/parser.git
synced 2025-01-22 21:11:55 +01:00
6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
file = $1
|
|
|
|
cargo run --bin trunk_rs -- $1
|
|
rustc ./build/input.rs -O |