shithub: barf

ref: e7ca6e866c06b9f7dd7be7260ede7d161fff36ad
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 }