1 2 3 4 5
#!/bin/sh # DF-2990 build: compile the churn trigger inside the guest (guest cc). set -e cc -O2 -o /tmp/df2990_churn churn.c echo "built: $(ls -l /tmp/df2990_churn)"