Browse Source

Fix hex viewer

master
Arun Prakash Jana 5 years ago
parent
commit
847aa0e2ee
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/hexview

+ 1
- 1
plugins/hexview View File

@@ -7,5 +7,5 @@
# Author: Arun Prakash Jana

if ! [ -z "$1" ]; then
xxd "$1" | "$PAGER"
xxd "$1" | $PAGER
fi

Loading…
Cancel
Save