From af796e700613643f1bfeef96bf5ad24369439dfe Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 8 Dec 2023 11:34:46 +0100 Subject: [PATCH] =?UTF-8?q?qemush=20:=20liste=20compl=C3=A8te=20des=20comm?= =?UTF-8?q?andes=20=C3=A0=20tester=20dans=20depcheck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index ffeffdc..2c7ade0 100755 --- a/bin/qemush +++ b/bin/qemush @@ -129,7 +129,7 @@ bold_print() { } public_depcheck() { - for i in diskpath screen ls diskpath source-highlight; do + for i in diskpath screen diskpath source-highlight ls rm cp chmod cat; do if command -v "$i" > /dev/null; then bold_print '1;32' OK "$i" else