forked from Deuxfleurs/infrastructure
3 lines
87 B
Bash
Executable file
3 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
cat /etc/prosody/accounts.txt | xargs -n3 prosodyctl register
|
|
exec prosody
|