From f8fe6af298dd47f98d9dbc54ce6dc483d952cd4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=D0=BA=D0=B0?= Date: Fri, 20 Feb 2026 22:12:21 +0500 Subject: [PATCH] =?UTF-8?q?=D1=86=D1=88=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- galias-d.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/galias-d.sh b/galias-d.sh index cf01309..41371a3 100755 --- a/galias-d.sh +++ b/galias-d.sh @@ -78,4 +78,9 @@ public_keys() { read -n 1 -s # -n 1 - одна клавиша, -s - скрытый ввод } -public_keys \ No newline at end of file + +set -x + +public_keys + +set +x \ No newline at end of file