From b4e4f5a0f8e6e9ed2775001a1168d7d7114c5956 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 2 Aug 2025 14:00:39 -0600 Subject: [PATCH] help --- customscripts/find_bytes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/find_bytes b/customscripts/find_bytes index cc4b61e..bb2266d 100644 --- a/customscripts/find_bytes +++ b/customscripts/find_bytes @@ -8,5 +8,5 @@ else # -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 $1 $2 fi