piston/packages/zig/0.8.0/run
Jacob G-W 54ceff9c87 update zig to 0.8.0
zig 0.8.0 got released, so this pr updates it
2021-06-12 18:35:27 -04:00

4 lines
106 B
Bash

#!/usr/bin/env bash
shift # Filename is only used in compile step, so we can take it out here
./out "$@"