aboutsummaryrefslogtreecommitdiffstats
path: root/create_radicale_user.command
blob: 0b072e687b30ae98da5f71d1e659884b7256fd30 (plain)
1
2
3
4
#!/usr/bin/bash

username=${1:?missing argument username}
htpasswd -nBC 12 "$username"