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