mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
erlc configure.erl
|
||
|
erl -s configure -noshell
|
||
|
|