From: Bastian Dehn Date: Thu, 17 Jul 2025 09:13:16 +0000 (+0200) Subject: add check command xxd X-Git-Tag: v1.0.0^2~50 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=566ff720fd7d38f67773fa4f72692944b8699875;p=albentohandy.git add check command xxd --- 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()