mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
8 lines
150 B
Bash
Executable File
8 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
erl -pa ebin \
|
|
deps/jiffy/ebin \
|
|
deps/fast_tls/ebin \
|
|
deps/jose/ebin \
|
|
deps/base64url/ebin \
|
|
-noshell -s mod_acme scenario -s erlang halt |