diff options
author | glenda <glenda@cirno> | 2022-09-13 15:47:03 +0000 |
---|---|---|
committer | glenda <glenda@cirno> | 2022-09-13 15:47:03 +0000 |
commit | 34adf252d179556df7d8277370e735c56c6ab3f5 (patch) | |
tree | acc0be499165bcd15975263f26be87a833800dc2 /APLDemo | |
parent | cb3dbf22c21ef2d4ad43f718dd9360b7f4008cc8 (diff) |
Update demo
Diffstat (limited to 'APLDemo')
-rwxr-xr-x | APLDemo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 } |