1
1
mirror of https://github.com/jarun/nnn.git synced 2024-10-06 09:37:19 +03:00

Fix hex viewer

This commit is contained in:
Arun Prakash Jana 2019-07-21 13:50:46 +05:30
parent 83bf689058
commit 847aa0e2ee
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -7,5 +7,5 @@
# Author: Arun Prakash Jana # Author: Arun Prakash Jana
if ! [ -z "$1" ]; then if ! [ -z "$1" ]; then
xxd "$1" | "$PAGER" xxd "$1" | $PAGER
fi fi