diff options
author | glenda <glenda@cirno> | 2022-09-14 08:26:29 +0000 |
---|---|---|
committer | glenda <glenda@cirno> | 2022-09-14 08:26:29 +0000 |
commit | 544f90f798a7ebd76b71f094d4cd77f6166e606b (patch) | |
tree | e8ce5356dc52300bbe9aaa8fc460c6e0f179d37e /APLDemo | |
parent | 2c2af66200badebe076570038daf4cacf47a1281 (diff) |
More demos, and lock thread spawning
Diffstat (limited to 'APLDemo')
-rwxr-xr-x | APLDemo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ if(~ $#winid 0){ win apl & sleep 1 winid=`{grep -e '-apl' /mnt/acme/index | awk '{print $1}' } - rm /tmp/apldemo.$winid.state + rm -f /tmp/apldemo.$winid.state exit } |