1 2 3 4 5
#!/bin/sh set -e cd "$(dirname "$0")" cc -Wall -O2 -o tlv_truncation tlv_truncation.c echo "built tlv_truncation"