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