use hexdump instead of base64

This commit is contained in:
Hannes Mehnert 2022-09-27 16:45:34 +02:00
parent d3263053dc
commit ac32357910

View file

@ -20,8 +20,10 @@ Simple test of our Git Key-Value store
# 00000000: 4865 6c6c 6f20 576f 726c 6421 0a Hello World!. # 00000000: 4865 6c6c 6f20 576f 726c 6421 0a Hello World!.
# #
# #
$ tail -c20 db.pack | base64 - $ tail -c20 db.pack | hexdump
5LI0Ny5+PX6FCDkSPYcRzZlCcUc= 0000000 b2e4 3734 7e2e 7e3d 0885 1239 873d cd11
0000010 4299 4771
0000014
$ mgit git://localhost/simple db.pack <<EOF $ mgit git://localhost/simple db.pack <<EOF
> get /foo > get /foo
> quit > quit