ref: 909cf454a8a1036c85818cea75a64bdaf1f501da
parent: c5beb0b38274fcef8e7f86efbf35853da3ed7211
author: uriel <uriel@engel.se.cat-v.org>
date: Mon Jun 4 01:56:29 EDT 2007
Add table.tpl and revert some cosmetic changes from controller.rc
--- a/bin/controller.rc
+++ b/bin/controller.rc
@@ -1,7 +1,6 @@
#!/usr/local/plan9/bin/rc
-
path=(. ./bin $PLAN9/bin /bin/ /usr/bin)
-ifs='/' { args = `{ echo -n $REQUEST_URI | sed -e 's/[^a-zA-Z0-9_+\-\/]//g' -e 's/\?.*//' } }
+ifs='/' { args = `{ echo -n $REQUEST_URI | sed -e 's/\?.*//' -e 's/[^a-zA-Z0-9_+\-\/]//g' } }
args=`{echo $args | tr -d '
'}
cd ..