mirror of
https://github.com/corda/corda.git
synced 2025-01-30 16:14:39 +00:00
ENT-1248 - Node banner: R3 Corda (#219)
This commit is contained in:
parent
0e8c7b0b87
commit
c171237556
@ -28,11 +28,11 @@ class EnterpriseNode(configuration: NodeConfiguration,
|
|||||||
AnsiConsole.systemInstall()
|
AnsiConsole.systemInstall()
|
||||||
|
|
||||||
val logo = """
|
val logo = """
|
||||||
R ______ __ B
|
R ____ _____ B ______ __
|
||||||
R / ____/ _________/ /___ _ B_______ __ _ _______ _______ ______ _____ ______ _____ _______ _______
|
R / __ \__ / B / ____/ _________/ /___ _
|
||||||
R / / __ / ___/ __ / __ `/ B|______ | \ | | |______ |_____/ |_____] |_____/ | |______ |______
|
R / /_/ //_ < B / / __ / ___/ __ / __ `/
|
||||||
R/ /___ /_/ / / / /_/ / /_/ / B|______ | \_| | |______ | \_ | | \_ __|__ ______| |______
|
R / _, _/__/ / B/ /___ /_/ / / / /_/ / /_/ /
|
||||||
R\____/ /_/ \__,_/\__,_/ W____________________________________________________________________________
|
R/_/ |_/____/ B\____/ /_/ \__,_/\__,_/
|
||||||
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…
x
Reference in New Issue
Block a user