bin/aux/* bin/contrib/*: change bang paths to /bin/*: this will later be documented.

This commit is contained in:
sl 2016-12-21 21:38:03 -05:00
parent c743f00542
commit 13e55c83b2
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env rc #!/bin/rc
if(! ~ $#werc_root 0) if(! ~ $#werc_root 0)
cd $werc_root cd $werc_root

View File

@ -1,4 +1,4 @@
#!/usr/bin/env rc #!/bin/rc
path=( $PLAN9/bin $path ) path=( $PLAN9/bin $path )
base=. base=.

View File

@ -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/*/) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env rc #!/bin/rc
tstdom='http://test.cat-v.org' tstdom='http://test.cat-v.org'

View File

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