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
1 changed files with 1 additions and 1 deletions

View File

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