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 d1ef63c8c7
commit 55a6c7bb82

View file

@ -1,7 +1,6 @@
#!/usr/local/plan9/bin/rc #!/usr/local/plan9/bin/rc
path=(. ./bin $PLAN9/bin /bin/ /usr/bin) 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 ' args=`{echo $args | tr -d '
'} '}
cd .. cd ..