9 lines
160 B
Bash
Executable File
9 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# script/server: Launch the server
|
|
|
|
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
|
|
|
# Launch the app
|
|
run_command "honcho start"
|