This commit is contained in:
2026-09-08 10:03:23 -04:00
parent 7c567ec9dc
commit 1f555ed3e4
6 changed files with 2157 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
./scavgame.x86_64 &
GODOT_PID=$!
wmctrl -r "scavgame" -b add,hidden
wait "$GODOT_PID"