Add table.tpl and revert some cosmetic changes from controller.rc

This commit is contained in:
uriel 2007-06-04 05:56:29 +02:00
parent 50f40ac584
commit fcf439e785

View File

@ -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 ..