4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
|
#!/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
|