qemush : exec devant une commande terminale
This commit is contained in:
parent
c86cbbf089
commit
f2f038d24b
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,8 @@ public_shell() {
|
||||||
# terminal
|
# terminal
|
||||||
public_cat() {
|
public_cat() {
|
||||||
cd ~/launchers || return
|
cd ~/launchers || return
|
||||||
cat -- "$@"
|
|
||||||
|
exec cat -- "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Copy a file in entrypoints folder
|
# Copy a file in entrypoints folder
|
||||||
|
|
Loading…
Reference in a new issue