mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Fix hex viewer
This commit is contained in:
parent
83bf689058
commit
847aa0e2ee
|
@ -7,5 +7,5 @@
|
|||
# Author: Arun Prakash Jana
|
||||
|
||||
if ! [ -z "$1" ]; then
|
||||
xxd "$1" | "$PAGER"
|
||||
xxd "$1" | $PAGER
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue