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