5 lines
117 B
Text
5 lines
117 B
Text
|
#!/bin/rc
|
||
|
# do not store these files in the worm
|
||
|
fn f{ du -a $* | sed 's/^.* //g' }
|
||
|
for(i in `{f $1}){ chmod +t $i }
|