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