1 2 3 4 5 6
#!/bin/sh # DF-0083 build set -e cd "$(dirname "$0")" cc -O2 -o topo_oob topo_oob.c echo "BUILD_OK: topo_oob"