mirror of
https://github.com/araxiaonline/ets-module-collection.git
synced 2026-06-13 02:52:20 -04:00
All the latest and greatest changes
This commit is contained in:
7
scripts/reload-eluna.exp
Executable file
7
scripts/reload-eluna.exp
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/expect -f
|
||||
spawn docker attach ac-worldserver
|
||||
expect ">"
|
||||
send ".reload eluna\r"
|
||||
sleep 1
|
||||
send "\x10\x11"
|
||||
expect eof
|
||||
Reference in New Issue
Block a user