From 7bd8c07fd41c9897ac2d5b668f5bcfc0cb53fe28 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 23 Jan 2024 01:16:19 +0100 Subject: [PATCH] =?UTF-8?q?qemush=20:=20possibilit=C3=A9=20d'afficher=20pl?= =?UTF-8?q?usieurs=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/qemush | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/qemush b/bin/qemush index 410bee3..4991c99 100755 --- a/bin/qemush +++ b/bin/qemush @@ -143,8 +143,8 @@ public_shell() { # Output the content of an entrypoint, with coloration if on a virtual # terminal public_cat() { - cd || return - cat "launchers/${1}" + cd ~/launchers || return + cat -- "$@" } # Copy a file in entrypoints folder