From 4fa490d0888a8ec50e24d8e7fa07702da4b3e5a8 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 23 Jan 2024 00:54:40 +0100 Subject: [PATCH] qemush : ajout d'un `cd || return` manquant --- bin/qemush | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/qemush b/bin/qemush index 93ad8e2..8ba8b5e 100755 --- a/bin/qemush +++ b/bin/qemush @@ -141,6 +141,7 @@ public_shell() { # Output the content of an entrypoint, with coloration if on a virtual # terminal public_cat() { + cd || return cat "launchers/${1}" }