4 lines
87 B
Text
4 lines
87 B
Text
|
#!/bin/bash
|
||
|
cat /etc/prosody/accounts.txt | xargs -n3 prosodyctl register
|
||
|
exec prosody
|