1 2 3 4 5 6
#!/bin/sh # DF-2466 build set -e cc -O2 -o df2466 df2466.c echo "BUILD_EXIT=0" ls -l df2466