init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
./scavgame.x86_64 &
|
||||
GODOT_PID=$!
|
||||
|
||||
wmctrl -r "scavgame" -b add,hidden
|
||||
|
||||
wait "$GODOT_PID"
|
||||
Reference in New Issue
Block a user