From 544f90f798a7ebd76b71f094d4cd77f6166e606b Mon Sep 17 00:00:00 2001 From: glenda Date: Wed, 14 Sep 2022 08:26:29 +0000 Subject: More demos, and lock thread spawning --- APLDemo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'APLDemo') 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 } -- cgit v1.2.3