10 lines
170 B
Bash
Executable file
10 lines
170 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
fin start
|
|
|
|
fin drush site-install -y \
|
|
--account-pass=admin \
|
|
--site-name='Drupal Tailwind CSS'
|
|
|
|
fin drush uli -l http://drupal-tailwind.docksal
|