Add table.tpl and revert some cosmetic changes from controller.rc
This commit is contained in:
parent
d1ef63c8c7
commit
55a6c7bb82
1 changed files with 1 additions and 2 deletions
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue