1 2 3 4 5
#!/bin/sh # DF-3012 build (in guest) cc -O -o /tmp/op3012 /tmp/op3012.c -Wall && cc -O -o /tmp/probe /tmp/probe.c -Wall && echo BUILD-OK