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_fixcpp/acme/mail/mkbox – 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
for(i){
4
	if(! test -e $i){
5
		if(cp /dev/null $i){
6
			chmod 600 $i
7
			chmod +al $i
8
		}
9
	}
10
	if not echo $i already exists
11
}