7 lines
137 B
PHP
7 lines
137 B
PHP
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
# import all fighters.
|
||
|
|
drush @self.local ev '\Drupal::service("ufc.importer")->importFighters()';
|
||
|
|
# import fights.
|
||
|
|
|