1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-04-05 21:16:36 +00: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
if ! [ -z "$1" ]; then
xxd "$1" | "$PAGER"
xxd "$1" | $PAGER
fi