# why would you use a bs its just one file echo "trying something DEVIOUS... ma-LICIOUS.." if zig build-exe src/bnyx.zig; then echo "success!" file ./bnyx else echo "it failed :(" fi