mirror of
https://github.com/php-fig/www.php-fig.org.git
synced 2026-03-23 22:42:13 +01:00
6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
vendor/bin/sculpin generate -n --clean
|