thirdculture/werc/apps/barf/bin/srct
2024-07-18 14:09:32 -04:00

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 }