From 9a74f9bdfad99e3147f65c34fbbf427b91beefdd Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 2 Aug 2025 13:59:30 -0600 Subject: [PATCH] help --- customscripts/find_bytes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customscripts/find_bytes b/customscripts/find_bytes index b8abd7c..cc4b61e 100644 --- a/customscripts/find_bytes +++ b/customscripts/find_bytes @@ -7,6 +7,6 @@ else # -W hexdump binary matches, while keeping text matches as text # -z decompress files if need be to scan them # -R recursive - # ug -W -z -R - ug -W -z -R "'$1'" "'$2'" + # ug -W -z -R '' "" + ug -W -z -R "'$1'" "$2" fi