1 2 3 4 5 6 7 8
#!/bin/sh # DF-2463 build set -e cc -O2 -o memhog memhog.c cc -O2 -o mtarget2463 mtarget2463.c cc -O2 -o idrv2463 idrv2463.c echo "BUILD_EXIT=0" ls -l memhog mtarget2463 idrv2463