corrected development startup console art to more accurately reflect the company
This commit is contained in:
parent
d0a0c2609f
commit
391ada42e1
1 changed files with 10 additions and 10 deletions
20
local-run.sh
20
local-run.sh
|
@ -1,14 +1,14 @@
|
|||
cat << "EOF"
|
||||
____ _
|
||||
/ __ \ (_)
|
||||
| | | |_ _ __ _ _ _ _ ___
|
||||
| | | | | | |/ _` | | | | | |/ _ \
|
||||
| |__| | |_| | (_| | |_| |_| | (_) |
|
||||
\___\_\\__,_|\__,_|\__, (_)_|\___/
|
||||
=====================__/ |==========
|
||||
|___/
|
||||
Running on 127.0.0.1:5000
|
||||
|
||||
____
|
||||
/ __ \
|
||||
| | | |_ _ __ _ _ _
|
||||
| | | | | | |/ _` | | | |
|
||||
| |__| | |_| | (_| | |_| |
|
||||
\___\_\\__,_|\__,_|\__, |
|
||||
======================__/ |==========
|
||||
Development Server |___/ by CoreOS
|
||||
127.0.0.1:5000
|
||||
EOF
|
||||
printf "$(date) \n\n"
|
||||
|
||||
goreman start
|
||||
|
|
Reference in a new issue