mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-14 08:20:43 -05:00
8 lines
322 B
Markdown
8 lines
322 B
Markdown
# repl directory
|
|
|
|
This directory is used by default to store the REPL sockets to all of showdown's processes.
|
|
|
|
The intended uses of these REPL sockets are for debugging (especially when the server is seemingly frozen) and scripting.
|
|
|
|
You can use any tool capable of talking to Unix sockets such as `nc`. e.g., `nc -U app`
|