From 007241e965a838f911f01c2b5b3c8adb6b2a7332 Mon Sep 17 00:00:00 2001 From: alecmerdler Date: Sun, 12 Feb 2017 15:45:45 -0800 Subject: [PATCH 1/2] further enhancing development experience with Quay logo --- local-run.sh | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/local-run.sh b/local-run.sh index 765189da2..f8ad4bc57 100755 --- a/local-run.sh +++ b/local-run.sh @@ -1,14 +1,15 @@ cat << "EOF" - ____ - / __ \ - | | | |_ _ __ _ _ _ - | | | | | | |/ _` | | | | - | |__| | |_| | (_| | |_| | - \___\_\\__,_|\__,_|\__, | -======================__/ |========== -Development Server |___/ by CoreOS -127.0.0.1:5000 + __ __ + / \ / \ _____ _ _ __ __ __ + / /\ / /\ \ / __ \ | | | | / \ \ \ / / +/ / / / \ \ | | | | | | | | / /\ \ \ / +\ \ \ \ / / | |__| | | |__| | / ___\ \ | | + \ \/ \ \/ / \_ ___/ \____/ /_/ \_\ |_| + \__/ \__/ \ \__ + \___\ by CoreOS +Build, Store, and Distribute your Containers + + EOF -printf "$(date) \n\n" goreman start From b97ceda59b34e267d6ede102f9fba6910f8532da Mon Sep 17 00:00:00 2001 From: alecmerdler Date: Mon, 13 Feb 2017 00:48:17 -0800 Subject: [PATCH 2/2] improvements to startup logo --- local-run.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/local-run.sh b/local-run.sh index f8ad4bc57..b8db789d7 100755 --- a/local-run.sh +++ b/local-run.sh @@ -1,13 +1,14 @@ cat << "EOF" __ __ - / \ / \ _____ _ _ __ __ __ - / /\ / /\ \ / __ \ | | | | / \ \ \ / / + / \ / \ ______ _ _ __ __ __ + / /\ / /\ \ / __ \ | | | | / \ \ \ / / / / / / \ \ | | | | | | | | / /\ \ \ / -\ \ \ \ / / | |__| | | |__| | / ___\ \ | | +\ \ \ \ / / | |__| | | |__| | / ____ \ | | \ \/ \ \/ / \_ ___/ \____/ /_/ \_\ |_| \__/ \__/ \ \__ \___\ by CoreOS -Build, Store, and Distribute your Containers + + Build, Store, and Distribute your Containers EOF