qemush : possibilité d'afficher plusieurs scripts
This commit is contained in:
parent
0d05aace05
commit
7bd8c07fd4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue