shithub: barf

ref: 11ebe8e440cf827ad5ae76e68d2a5a47c5caa357
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 }