shithub: barf

ref: 1668b09fd6bcbc94a5ad9acde917de358424cf75
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 }