zilch/cli/generate-files

8 lines
265 B
Text
Raw Permalink Normal View History

#!/bin/sh
(cat ./overrides.json; printf '\0') | xxd -i -n stock_overrides > stock_overrides.h
(printf '(no info)\0') | xxd -i -n man_rust > man_rust.h
(printf '(no info)\0') | xxd -i -n man_go > man_go.h
(printf '(no info)\0') | xxd -i -n man_ninja > man_ninja.h