From 8cd144f3ed9ddae0d1bdf0d95475f75c283554be Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 6 Jul 2023 02:23:28 -0700 Subject: [PATCH] fix `xxp` to not squeeze lines that is a useful feature though, but not in this context --- sh/xxp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/xxp b/sh/xxp index e56d729..9f0fbc5 100755 --- a/sh/xxp +++ b/sh/xxp @@ -18,7 +18,7 @@ xxp() { ### @- ### 68 0A 23 20 74 68 69 73 20 73 63 72 69 70 74 20 ### ``` - hexdump -e '15 1 "%02X " 1 1 " %02X\n"' -- "$@" + hexdump -v -e '15 1 "%02X " 1 1 " %02X\n"' -- "$@" } [ -n "${preload+-}" ] || xxp "$@"