vern-scripts/tilserv/mkxuser

9 lines
146 B
Plaintext
Raw Permalink Normal View History

2022-11-09 17:03:47 +00:00
#!/usr/bin/env -S bash -e
[[ -z "$3" ]] && {
printf "Usage: %s username password hostname\n" "$0"
exit 1
}
prosodyctl register "$1" "$3" "$2"