1 2 3 4 5
#!/bin/sh # DF-0382 build set -e cc -O2 -Wall -o df_0382_div0 df_0382_div0.c echo "BUILD_OK df_0382_div0"