millores en setup-quake
This commit is contained in:
Executable
+6
@@ -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
|
||||
Reference in New Issue
Block a user