8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
|
#!/bin/bash
|
||
|
PHP=/usr/local/bin/php
|
||
|
$PHP generateBlocks.php
|
||
|
$PHP generateControllers.php
|
||
|
$PHP generateClasses.php
|
||
|
$PHP generateLists.php
|
||
|
$PHP generateTests.php
|