mirror of
https://github.com/corda/corda.git
synced 2024-12-30 17:57:02 +00:00
ENT-1248 - Update ASCII logo (#265)
This commit is contained in:
parent
a8aad8ed55
commit
b68c776e8c
@ -28,11 +28,12 @@ class EnterpriseNode(configuration: NodeConfiguration,
|
|||||||
AnsiConsole.systemInstall()
|
AnsiConsole.systemInstall()
|
||||||
|
|
||||||
val logo = """
|
val logo = """
|
||||||
R ____ _____ B ______ __
|
D B ______ __
|
||||||
R / __ \__ / B / ____/ _________/ /___ _
|
D ____ _____ B / ____/ _________/ /___ _
|
||||||
R / /_/ //_ < B / / __ / ___/ __ / __ `/
|
D / ___/__ / B / / __ / ___/ __ / __ `/
|
||||||
R / _, _/__/ / B/ /___ /_/ / / / /_/ / /_/ /
|
D / / /_ <R __ B/ /___ /_/ / / / /_/ / /_/ /
|
||||||
R/_/ |_/____/ B\____/ /_/ \__,_/\__,_/
|
D/_/ ___/ /R/_/ B\____/ /_/ \__,_/\__,_/
|
||||||
|
D /____/
|
||||||
D""".trimStart()
|
D""".trimStart()
|
||||||
|
|
||||||
// Now replace the R, B and W letters with their colour code escapes to make the banner prettier.
|
// Now replace the R, B and W letters with their colour code escapes to make the banner prettier.
|
||||||
|
Loading…
Reference in New Issue
Block a user