summaryrefslogtreecommitdiff
path: root/APLDemo
diff options
context:
space:
mode:
authorglenda <glenda@cirno>2022-09-13 15:47:03 +0000
committerglenda <glenda@cirno>2022-09-13 15:47:03 +0000
commit34adf252d179556df7d8277370e735c56c6ab3f5 (patch)
treeacc0be499165bcd15975263f26be87a833800dc2 /APLDemo
parentcb3dbf22c21ef2d4ad43f718dd9360b7f4008cc8 (diff)
Update demo
Diffstat (limited to 'APLDemo')
-rwxr-xr-xAPLDemo3
1 files changed, 3 insertions, 0 deletions
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
}