bin/aux/* bin/contrib/*: change bang paths to /bin/*: this will later be documented.
This commit is contained in:
parent
152479e0d9
commit
546bdc35ee
5 changed files with 5 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue