From: Zachary Vance Date: Sun, 5 Feb 2017 20:20:23 +0000 (-0800) Subject: Extra transparency X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=c65cfd1617388388512a4aa1eedcd74b52699d6a;p=za3k.git Extra transparency --- diff --git a/cgi-bin/sc.txt.cgi b/cgi-bin/sc.txt.cgi index d5e90b1..14afc52 100755 --- a/cgi-bin/sc.txt.cgi +++ b/cgi-bin/sc.txt.cgi @@ -15,7 +15,8 @@ then exit 1 fi -echo "Source: $(basename ${QUERY_SC_FILE})" +echo "Source file: $(basename ${QUERY_SC_FILE})" +echo "Generation: sc -W % \"${QUERY_SC_FILE}\"" echo sc -W % "${QUERY_SC_FILE}"