From 566ff720fd7d38f67773fa4f72692944b8699875 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Thu, 17 Jul 2025 11:13:16 +0200 Subject: [PATCH] add check command xxd --- albentohandy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/albentohandy b/albentohandy index 8914450..c0f9f3b 100755 --- a/albentohandy +++ b/albentohandy @@ -149,6 +149,9 @@ check_programms() command -v rsync > /dev/null \ || errlog "command rsync not found" \ || return $? + command -v xxd > /dev/null \ + || errlog "command xxd not found" \ + || return $? } convert_process() -- 2.47.3