millores en setup-quake

This commit is contained in:
2026-03-16 14:05:47 +01:00
parent c13beff6b5
commit c7c2da87d9
21 changed files with 308 additions and 57 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
Q3A_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
chmod 644 "$Q3A_DIR/baseq3/autoexec.cfg"
echo "Server mode activated. Write access restored to autoexec.cfg."
echo "Available server scripts in: $Q3A_DIR/scripts/"
ls "$Q3A_DIR/scripts/server-"*.sh