This commit is contained in:
Stephan Raabe
2024-06-03 16:27:48 +02:00
parent 4336be911c
commit b7226e9e6b
5 changed files with 36 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Remove gamemode flag
if [ -f ~/.cache/gamemode ] ;then
rm ~/.cache/gamemode
echo ":: ~/.cache/gamemode removed"
fi