qemush : ajout d'un cd || return manquant

This commit is contained in:
Ahurac 2024-01-23 00:54:40 +01:00
parent 5e963ca28a
commit 4fa490d088

View file

@ -141,6 +141,7 @@ public_shell() {
# Output the content of an entrypoint, with coloration if on a virtual # Output the content of an entrypoint, with coloration if on a virtual
# terminal # terminal
public_cat() { public_cat() {
cd || return
cat "launchers/${1}" cat "launchers/${1}"
} }