6 lines
68 B
Text
6 lines
68 B
Text
|
|
#!/bin/sh -e
|
||
|
|
|
||
|
|
"$RUN_BIN" install
|
||
|
|
"$RUN_BIN" build
|
||
|
|
"$RUN_BIN" server
|