From d214fed810056904da7c7dc837e1f3271d1024b1 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 25 Jan 2024 14:44:33 +0100 Subject: [PATCH] qemush : la commande shell accepte des arguments --- bin/qemush | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 031f396..1995048 100755 --- a/bin/qemush +++ b/bin/qemush @@ -140,7 +140,8 @@ public_rm() { # Invoke bash as qemu user in its home directory public_shell() { cd || return - exec bash -i + set -- bash -i "$@" + exec "$@" } # Output the content of an entrypoint, with coloration if on a virtual