4 lines
117 B
Bash
Executable file
4 lines
117 B
Bash
Executable file
#!/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 }
|