summaryrefslogtreecommitdiff
path: root/APLDemo
diff options
context:
space:
mode:
authorglenda <glenda@cirno>2022-09-14 08:26:29 +0000
committerglenda <glenda@cirno>2022-09-14 08:26:29 +0000
commit544f90f798a7ebd76b71f094d4cd77f6166e606b (patch)
treee8ce5356dc52300bbe9aaa8fc460c6e0f179d37e /APLDemo
parent2c2af66200badebe076570038daf4cacf47a1281 (diff)
More demos, and lock thread spawning
Diffstat (limited to 'APLDemo')
-rwxr-xr-xAPLDemo2
1 files changed, 1 insertions, 1 deletions
diff --git a/APLDemo b/APLDemo
index 106b37d..6d5f092 100755
--- a/APLDemo
+++ b/APLDemo
@@ -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
}