From 34adf252d179556df7d8277370e735c56c6ab3f5 Mon Sep 17 00:00:00 2001 From: glenda Date: Tue, 13 Sep 2022 15:47:03 +0000 Subject: Update demo --- APLDemo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'APLDemo') diff --git a/APLDemo b/APLDemo index fbf85b5..106b37d 100755 --- a/APLDemo +++ b/APLDemo @@ -3,6 +3,9 @@ winid=`{grep -e '-apl' /mnt/acme/index | awk '{print $1}' } if(~ $#winid 0){ win apl & + sleep 1 + winid=`{grep -e '-apl' /mnt/acme/index | awk '{print $1}' } + rm /tmp/apldemo.$winid.state exit } -- cgit v1.2.3