aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ejabberdctl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl
new file mode 100755
index 000000000..4fa0edf8f
--- /dev/null
+++ b/tools/ejabberdctl
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@
+