1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 01:53:22 -07:00

fix xxp to not squeeze lines

that is a useful feature though, but not in this context
This commit is contained in:
Connor Olding 2023-07-06 02:23:28 -07:00
parent b5641b7cc4
commit 8cd144f3ed

2
sh/xxp
View File

@ -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 "$@"