6 lines
88 B
Bash
Executable file
6 lines
88 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
. scripts/common.sh
|
|
|
|
$SCULPIN generate --clean --no-interaction $@
|