1
0

Simple wrapper script for shady

This commit is contained in:
m11
2026-01-28 19:16:39 +01:00
parent 39436ea6d9
commit 8ae9a9116e
5 changed files with 65 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ Apps = [
{"guiname": "Rock-paper-scissors-spock-lizard", "name": "rps", "cmd": "apps/rps.py", "persistent": False},
{"guiname": "Doom Fire", "name": "doomfire", "cmd": "apps/doom_fire_psx2.py", "persistent": False},
{"guiname": "Maxwell FDTD", "name": "fdtd", "cmd": "apps/fdtd.py", "persistent": False},
{"guiname": "Shady wrapper", "name": "shady", "cmd": "apps/shady.sh", "persistent": False},
]