valhallac

Compiler for set-theoretic programming language.
git clone git://git.knutsen.co/valhallac
Log | Files | Refs | README | LICENSE

inspect.sh (117B)


1
2
3
4
5
6
#!/bin/sh

OD="$(command -v od)"
[ -z "$OD" ] && echo "Please install \`od'." && exit 1

"$OD" "$1" -x --endian=big