1 2 3 4 5
#!/bin/sh # build.sh — DF-0742 trigger cc -O2 -Wall -o trigger trigger.c echo "BUILD_EXIT=$?" ls -l trigger