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}" }