The private addresses are provided by shell variables in a
../private/vars.sh file (not included).
#
# ./publish [-f]
+. ../private/vars.sh
cd ~/Network/Abbey/
errs=0
-if ! grep -HnE '^[#*].*TODO|\?\?\?' Institute/README.org
+if ! grep -HnEr $PUBLIC_VPN_NET
+then errs=$(( $errs + 1 )); fi
+if ! grep -HnEr $CAMPUS_VPN_NET
+then errs=$(( $errs + 1 )); fi
+if ! grep -HnEr $GATE_WIFI_NET
then errs=$(( $errs + 1 )); fi
+if ! grep -HnE '^[#*].*TODO|\?\?\?' Institute/README.org
+then errs=$(( $errs + 1 )); fi
if ! grep -HnE '^[*#].*TODO|\?\?\?' README.org
then errs=$(( $errs + 1 )); fi