6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
gradle -q installServerDist \
|
|
&& bin/ssg build -g \
|
|
&& build/install/jb-ssg-site-server/bin/JbServer "$@"
|