mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-08 21:58:34 +01:00
4 lines
37 B
Bash
Executable File
4 lines
37 B
Bash
Executable File
#!/bin/bash
|
|
|
|
useradd -m -p ${1} ${2}
|