thirdculture-werc/apps/barf/bin/srct
2025-09-23 17:27:43 -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 }