mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
9 lines
176 B
Bash
Executable File
9 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
|
|
erl -pa ebin \
|
|
deps/jiffy/ebin \
|
|
deps/fast_tls/ebin \
|
|
deps/jose/ebin \
|
|
deps/base64url/ebin \
|
|
deps/xmpp/ebin \
|
|
-noshell -s acme_experimental scenario -s erlang halt |