Home | History | Annotate | Line # | Download | only in compression
      1  1.1  christos #!/bin/sh
      2  1.1  christos 
      3  1.1  christos set -e
      4  1.1  christos 
      5  1.1  christos datagen > file
      6  1.1  christos datagen > file0
      7  1.1  christos datagen > file1
      8