#!/usr/bin/awk -f
{print $0}
/[:space:]*start\)\s*$/ {print "\techo 0 > /proc/\$\$/lock\n"}

