瀏覽代碼

Fix hex viewer

master
Arun Prakash Jana 6 年之前
父節點
當前提交
847aa0e2ee
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      plugins/hexview

+ 1
- 1
plugins/hexview 查看文件

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

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

Loading…
取消
儲存