Init Commit

This commit is contained in:
santic-zombie
2026-02-23 14:02:52 +03:00
commit 74d595e003
48 changed files with 1877 additions and 0 deletions

4
server/etqw-dedicated Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
cd `dirname $0`
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:."
exec ./etqwded.x86 "$@"