mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
84b33ca105
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
7 lines
182 B
Bash
7 lines
182 B
Bash
if ! grep "(nchexedit)" usr/info/dir 1>/dev/null 2>/dev/null; then
|
|
cat << EOF >> usr/info/dir
|
|
|
|
Miscellaneous
|
|
* NCurses Hexedit: (nchexedit). Full screen curses Hex editor
|
|
EOF
|
|
fi
|