dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

runtests (48B)


      1 #!/bin/sh
      2 set -x
      3 
      4 for t in test*
      5 do
      6 	sh $t
      7 done