libbzip3-sys 0.3.0

FFI bindings to libbzip3
Documentation
1
2
3
4
5
6
7
8
#!/usr/bin/env sh

for FILE
do
  test $# -lt 2 ||
    printf '::::::::::::::\n%s\n::::::::::::::\n' "$FILE" || break
  bz3cat -- "$FILE"
done 2>&1 | eval ${PAGER-more}