From d13e5f2c99ef02917d8bc24ddbc21347f2c522ce Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 28 Jan 2011 17:48:43 +0000 Subject: [PATCH] close window --- Linux/menu.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Linux/menu.sh b/Linux/menu.sh index c0bb827..e76a0d2 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -413,7 +413,11 @@ do exit 0 fi echo "========================= 4" - sh scripts/CreaTools-install.sh + sh scripts/CreaTools-install.sh + echo + echo "==> Hit any key to exit close current window" + read a + kill $PPID ;; 5) -- 2.45.1