From f2f038d24ba8382a4baa9c37e1ad6480ecaae64b Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 24 Mar 2024 22:53:11 +0100 Subject: [PATCH] qemush : exec devant une commande terminale --- bin/qemush | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 0962da9..f1e6929 100755 --- a/bin/qemush +++ b/bin/qemush @@ -142,7 +142,8 @@ public_shell() { # terminal public_cat() { cd ~/launchers || return - cat -- "$@" + + exec cat -- "$@" } # Copy a file in entrypoints folder