qemush : possibilité d'afficher plusieurs scripts

This commit is contained in:
Ahurac 2024-01-23 01:16:19 +01:00
parent 0d05aace05
commit 7bd8c07fd4

View file

@ -143,8 +143,8 @@ 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 cd ~/launchers || return
cat "launchers/${1}" cat -- "$@"
} }
# Copy a file in entrypoints folder # Copy a file in entrypoints folder