1 2 3 4 5
#!/bin/sh # build on the DragonFly guest (root) cc -Wall -O2 -o /root/fattime_poc fattime_poc.c cc -Wall -O2 -o /root/findentry findentry.c cc -Wall -O2 -o /root/fattime_host fattime_host.c