ig-pixelfed-mirror/scripts/user_create.example

4 lines
153 B
Bash
Executable File

#!/bin/bash
cd /var/www/html
php artisan user:create --name="$1" --username="$2" --email="pixelfed.$2@localhost" --password="$3" --confirm_email=1 -q -n