1 2 3 4 5 6
#!/bin/sh # DF-3037 build script (guest): compile the two helpers. set -e cc -O -Wall -o /root/df3037/dirpatch /root/df3037/dirpatch.c cc -O -Wall -o /root/df3037/trigger /root/df3037/trigger.c ls -l /root/df3037