repo.or.cz
/
sunny256-utils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ly/Makefile: Sort variables
[sunny256-utils.git]
/
bpakk
blob
873564e1cfdbe650c1e14adcb8d1c85c3c24ba14
1
#!/bin/sh
2
3
# bpakk
4
# File ID: 2a4e251e-7b6f-11df-b25f-00219bfade9b
5
6
if
[
"
$1
"
=
"-d"
];
then
7
base64
-di
| gunzip
--stdout --force
8
else
9
gzip
-9
| base64
-w
0
"$@"
10
fi