ly/Makefile: Sort variables
[sunny256-utils.git] / bpakk
blob873564e1cfdbe650c1e14adcb8d1c85c3c24ba14
1 #!/bin/sh
3 # bpakk
4 # File ID: 2a4e251e-7b6f-11df-b25f-00219bfade9b
6 if [ "$1" = "-d" ]; then
7 base64 -di | gunzip --stdout --force
8 else
9 gzip -9 | base64 -w 0 "$@"