From 9ccacd5ab07d72aab5e3bdc97f45a395efd2e337 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 26 Jan 2024 16:23:34 +0100 Subject: [PATCH] qemush : meilleurs arguments pour stdin de socat --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 957be5f..91dec05 100755 --- a/bin/qemush +++ b/bin/qemush @@ -80,7 +80,7 @@ public_attach() { QEMUSH_NAME="$1" shift - exec socat -,echo=0,icanon=0 "UNIX-CONNECT:$(pathof socket)" + exec socat -,rawer,escape=15 "UNIX-CONNECT:$(pathof socket)" } # List running virtual machines