mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-28 16:30:39 -04:00
8 lines
157 B
Bash
Executable File
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
|