From 1268015dee81388155f9a4a6abc7a527835f9456 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 21 Jan 2024 23:38:45 +0100 Subject: [PATCH] qemush : lister les sockets par ordre d'apparition --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 1cbf8c5..75bd8f7 100755 --- a/bin/qemush +++ b/bin/qemush @@ -93,7 +93,7 @@ public_watch() { # List running virtual machines public_active() { echo "Running machines:" - exec ls "$sockets" + exec ls -t "$sockets" } # List available virtual machines entrypoints