switched to vhs demo creator

This commit is contained in:
2025-09-11 19:04:02 +02:00
parent 9cb9a66332
commit 4cdc4c8e18
13 changed files with 222 additions and 215 deletions

5
vhsdemo/eval.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
while read LINE; do
eval "$LINE"; echo "$Customer ordered $Count ${Units}s"
done