Basic example with black square cursor on orange background

This commit is contained in:
Felix Uhl 2025-06-12 12:04:08 +02:00
parent 8c7ab7da10
commit 7f37985996
2 changed files with 55 additions and 0 deletions

5
run.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
(
cd ../arcan/build || exit
./arcan -T ../data/scripts -p ../../arcan-exercises/data ../../arcan-exercises/exercise1
)