1 2 3 4 5 6
#!/bin/sh # DF-0536 build set -e cd "$(dirname "$0")" cc -O2 -o df0536 df0536.c echo "built df0536"