From 391ada42e175fde1d6a8d4840fbe971f84b06934 Mon Sep 17 00:00:00 2001 From: alecmerdler Date: Fri, 10 Feb 2017 15:41:20 -0800 Subject: [PATCH] corrected development startup console art to more accurately reflect the company --- local-run.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/local-run.sh b/local-run.sh index af3345074..765189da2 100755 --- a/local-run.sh +++ b/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