6 lines
114 B
Bash
Executable file
6 lines
114 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
. scripts/common.sh
|
|
|
|
${SCRIPTDIR}/../vendor/bin/sculpin generate --clean --no-interaction $@
|