Skip to content
Snippets Groups Projects
create_account.sh 114 B
#!/bin/bash

# Usage: create_account.sh username password home
echo -e "$2\n$2" | pure-pw useradd $1 -u ftp -d $3