4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# htpasswd from package apache2-utils
|
|
htpasswd -nb $1 $2 > auth.htpasswd
|