mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@
|
||
|
|