1 2 3 4 5
#!/bin/sh cd "$(dirname "$0")" cc -o df0476_read df0476_read.c (cd df0476_mod && make) || true echo "BUILD_EXIT=$?"