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
# terminal
public_cat() {
cd || return
cat "launchers/${1}"
cd ~/launchers || return
cat -- "$@"
}
# Copy a file in entrypoints folder