1 2 3 4 5 6
#!/bin/sh # DF-0911 build: compile the procfs attach/detach orphan trigger. set -e cd "$(dirname "$0")" cc -o df0911 df0911.c echo "built: $(ls -l df0911)"