shithub: barf

ref: c7faa54ac73cd0fb2fc35b3e074071dd0b5c01fe
dir: /bin/srct/

View raw version
#!/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 }