14 lines
273 B
Bash
Executable file
14 lines
273 B
Bash
Executable file
cat << "EOF"
|
|
____
|
|
/ __ \
|
|
| | | |_ _ __ _ _ _
|
|
| | | | | | |/ _` | | | |
|
|
| |__| | |_| | (_| | |_| |
|
|
\___\_\\__,_|\__,_|\__, |
|
|
======================__/ |==========
|
|
Development Server |___/ by CoreOS
|
|
127.0.0.1:5000
|
|
EOF
|
|
printf "$(date) \n\n"
|
|
|
|
goreman start
|