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