From b89b06eebea5d2a3bf6326e1482897630ecfedc4 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 13:42:51 -0600 Subject: [PATCH] meatballs i wanted meatballs god damn it --- create-attributable-archive.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index 3d5483a..7fa0e44 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -14,6 +14,10 @@ signature_tag="file-integrity" out_dir="./out" inner_dir="$out_dir/contents" +# save here to use in error_handle function +num_of_args="$#" +all_args="$@" + checkcode() { local retcode if [ -z "$1" ]; then