1 2 3 4 5
#!/bin/sh # DF-0301 build script echo "cc -o carp_replay carp_replay.c" cc -o carp_replay carp_replay.c echo "BUILD_EXIT=$?"