qemush : exec devant une commande terminale

This commit is contained in:
Ahurac 2024-03-24 22:53:11 +01:00
parent c86cbbf089
commit f2f038d24b

View file

@ -142,7 +142,8 @@ public_shell() {
# terminal
public_cat() {
cd ~/launchers || return
cat -- "$@"
exec cat -- "$@"
}
# Copy a file in entrypoints folder