thirdculture/werc/apps/barf/bin/srct

5 lines
117 B
Text
Raw Permalink Normal View History

2024-07-18 14:09:32 -04:00
#!/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 }