5 lines
68 B
Bash
Executable file
5 lines
68 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
"$RUN_BIN" install
|
|
"$RUN_BIN" build
|
|
"$RUN_BIN" server
|