Explorar el Código

Fix hex viewer

master
Arun Prakash Jana hace 6 años
padre
commit
847aa0e2ee
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      plugins/hexview

+ 1
- 1
plugins/hexview Ver fichero

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

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

Cargando…
Cancelar
Guardar