Initial commit

This commit is contained in:
Storm Dragon
2025-07-12 13:48:20 -04:00
commit 52e1656e42
24 changed files with 3874 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
trap 'sudo systemctl stop fenrirscreenreader.service' EXIT
export BOX64_LOG=0
if [[ -r "/home/stormux/.local/games/Warsim/Warsim.exe" ]]; then
pushd "/home/stormux/.local/games/Warsim/"
clear
sudo systemctl start fenrirscreenreader.service
wine Warsim.exe 2> /dev/null | grep -v '^box64'
popd
else
GAME='Warsim' startx
fi