mirror of
https://github.com/notwa/rc
synced 2024-11-05 08:19:03 -08:00
fix xxp
to not squeeze lines
that is a useful feature though, but not in this context
This commit is contained in:
parent
b5641b7cc4
commit
8cd144f3ed
1 changed files with 1 additions and 1 deletions
2
sh/xxp
2
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 "$@"
|
||||
|
|
Loading…
Reference in a new issue