add some flair to startup
This commit is contained in:
parent
11d6fbc65c
commit
d0a0c2609f
1 changed files with 13 additions and 0 deletions
13
local-run.sh
13
local-run.sh
|
@ -1 +1,14 @@
|
||||||
|
cat << "EOF"
|
||||||
|
____ _
|
||||||
|
/ __ \ (_)
|
||||||
|
| | | |_ _ __ _ _ _ _ ___
|
||||||
|
| | | | | | |/ _` | | | | | |/ _ \
|
||||||
|
| |__| | |_| | (_| | |_| |_| | (_) |
|
||||||
|
\___\_\\__,_|\__,_|\__, (_)_|\___/
|
||||||
|
=====================__/ |==========
|
||||||
|
|___/
|
||||||
|
Running on 127.0.0.1:5000
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
goreman start
|
goreman start
|
||||||
|
|
Reference in a new issue