Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | 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
}