Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_posix/rc/bin/wurl2txt – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
switch($#*){
4
case 0
5
	exit
6
case 1
7
	name = /`{echo $1 | sed 's;.*//;;
8
		s;/.*;;'}^/webpage
9
	# send hget errors to 2 so they appear in window
10
	hget $1 >[2=1]| {echo $1; echo; htmlfmt} >[2=1] | plumb -i -d edit -a 'action=showdata filename='$name
11
	exit
12
case *
13
	for(i in *)
14
		wurl2txt $i
15
}