Home | History | Annotate | Line # | Download | only in cltools
      1 #!/bin/sh
      2 
      3 set -e
      4 
      5 echo "1234" > file
      6 zstd file
      7