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