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"
|
cat << "EOF"
|
||||||
____ _
|
____
|
||||||
/ __ \ (_)
|
/ __ \
|
||||||
| | | |_ _ __ _ _ _ _ ___
|
| | | |_ _ __ _ _ _
|
||||||
| | | | | | |/ _` | | | | | |/ _ \
|
| | | | | | |/ _` | | | |
|
||||||
| |__| | |_| | (_| | |_| |_| | (_) |
|
| |__| | |_| | (_| | |_| |
|
||||||
\___\_\\__,_|\__,_|\__, (_)_|\___/
|
\___\_\\__,_|\__,_|\__, |
|
||||||
=====================__/ |==========
|
======================__/ |==========
|
||||||
|___/
|
Development Server |___/ by CoreOS
|
||||||
Running on 127.0.0.1:5000
|
127.0.0.1:5000
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
printf "$(date) \n\n"
|
||||||
|
|
||||||
goreman start
|
goreman start
|
||||||
|
|
Reference in a new issue