Files
ets-module-collection/scripts/reload-eluna.exp

8 lines
125 B
Plaintext
Executable File

#!/usr/bin/expect -f
spawn docker attach ac-worldserver
expect ">"
send ".reload eluna\r"
sleep 1
send "\x10\x11"
expect eof