1 2 3 4 5
#!/bin/sh # DF-2745 evidence pack build set -e cc -O2 -Wall -o peersrace peersrace.c echo BUILD-OK