lua 0.0.7

Bindings to Lua 5.3
1
2
3
4
5
6
use std::process::Command;

fn main() {
  Command::new("sh").arg("prebuild.sh").status().unwrap();
}