summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorglenda <glenda@cirno>2022-09-14 09:22:19 +0000
committerglenda <glenda@cirno>2022-09-14 09:22:19 +0000
commit5f4d4df6cae3ad0167e978afa489e2775bbd6016 (patch)
tree14fca697633d83822685cecda496a68aac411967 /demos
parent4f85698062f9283b8b7fcc6dacc256c786c22210 (diff)
Add script to run acme with large font and demo file open
Diffstat (limited to 'demos')
-rwxr-xr-xdemos/demo4
-rw-r--r--demos/intro.apl2
2 files changed, 5 insertions, 1 deletions
diff --git a/demos/demo b/demos/demo
new file mode 100755
index 0000000..c447ede
--- /dev/null
+++ b/demos/demo
@@ -0,0 +1,4 @@
+#!/bin/rc
+
+font=/lib/font/bit/APL386/22/font
+acme -c1 -f$font -F$font demos/demos
diff --git a/demos/intro.apl b/demos/intro.apl
index a98bb1e..17e3616 100644
--- a/demos/intro.apl
+++ b/demos/intro.apl
@@ -28,6 +28,6 @@ us ⎕threads 3 ⍝ Approximate C stack usage (in bytes)
{1 ⍵} ⍇ 5
⍝ What if we don't want it to timeout?
-{1 ⍵} ⍇ ⍬ ⍝ Noone will send it anything, so it hangs
+{1 ⍵} ⍇ ⍬ ⍝ No one will send it anything, so it hangs