ソースを参照

Fix hex viewer

master
Arun Prakash Jana 6年前
コミット
847aa0e2ee
この署名に対応する既知のキーがデータベースに存在しません GPGキー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

読み込み中…
キャンセル
保存