Add multi-gzip puzzle

This commit is contained in:
Neale Pickett 2009-09-02 15:23:24 -06:00
parent 9b17654d47
commit c3fc949fa3
3 changed files with 15 additions and 0 deletions

14
games/compaq/multigzip/build.sh Executable file
View File

@ -0,0 +1,14 @@
#! /bin/sh
key='PC LOAD LETTER'
lorem='Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc fermentum magna ut posuere.'
echo -n "$key" | gzip | split -b 1
rm -f multi.gz
for i in x??; do
nfn=$(xxd -c 256 -p $i)
echo -n "$lorem" > $nfn
gzip -c -N $nfn >> multi.gz
rm $nfn
rm $i
done

BIN
puzzles/compaq/200/dad.jpg Normal file

Binary file not shown.

1
puzzles/compaq/200/key Normal file
View File

@ -0,0 +1 @@
PC LOAD LETTER