notes/passwd.sh
2025-02-03 00:26:07 +10:30

4 lines
86 B
Bash
Executable file

#!/bin/bash
# htpasswd from package apache2-utils
htpasswd -nb $1 $2 > auth.htpasswd