aboutsummaryrefslogtreecommitdiffstats
path: root/create_radicale_user.command
diff options
context:
space:
mode:
Diffstat (limited to 'create_radicale_user.command')
-rwxr-xr-xcreate_radicale_user.command4
1 files changed, 4 insertions, 0 deletions
diff --git a/create_radicale_user.command b/create_radicale_user.command
new file mode 100755
index 0000000..0b072e6
--- /dev/null
+++ b/create_radicale_user.command
@@ -0,0 +1,4 @@
+#!/usr/bin/bash
+
+username=${1:?missing argument username}
+htpasswd -nBC 12 "$username"