perfect_dark/tools/rarezip

8 lines
157 B
Bash
Executable File

#!/bin/bash
size=$(stat --format="%s" $1)
printf "0: 1173 %.6x" $size | xxd -r -g0
tools/gzip -c --no-name --best $1 | head --bytes=-8 | tail --bytes=+11