bin/aux/* bin/contrib/*: change bang paths to /bin/*: this will later be documented.
This commit is contained in:
parent
c743f00542
commit
13e55c83b2
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env rc
|
#!/bin/rc
|
||||||
|
|
||||||
if(! ~ $#werc_root 0)
|
if(! ~ $#werc_root 0)
|
||||||
cd $werc_root
|
cd $werc_root
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env rc
|
#!/bin/rc
|
||||||
|
|
||||||
path=( $PLAN9/bin $path )
|
path=( $PLAN9/bin $path )
|
||||||
base=.
|
base=.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env rc
|
#!/bin/rc
|
||||||
# DEPRECATED: sitemap.tpl now generates and updates a sitemap.txt when requested, and is also more smart than this simplistic script.
|
# DEPRECATED: sitemap.tpl now generates and updates a sitemap.txt when requested, and is also more smart than this simplistic script.
|
||||||
|
|
||||||
for(d in sites/*/) {
|
for(d in sites/*/) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env rc
|
#!/bin/rc
|
||||||
|
|
||||||
tstdom='http://test.cat-v.org'
|
tstdom='http://test.cat-v.org'
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/plan9/bin/rc
|
#!/bin/rc
|
||||||
|
|
||||||
# A web server in rc by maht
|
# A web server in rc by maht
|
||||||
# Originally from http://www.proweb.co.uk/~matt/rc/webserver.rc
|
# Originally from http://www.proweb.co.uk/~matt/rc/webserver.rc
|
||||||
|
Loading…
Reference in New Issue
Block a user