3 lines
89 B
Bash
Executable file
3 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
php -r "echo password_hash('$1', PASSWORD_BCRYPT);" > secrets/password.secret
|
|
|