mirror of
https://github.com/Adembc/lazyssh.git
synced 2026-07-14 12:13:34 +02:00
22 lines
815 B
Go
22 lines
815 B
Go
package ui
|
|
|
|
const (
|
|
AppName = "lazyssh"
|
|
AppVersion = "v0.0.1"
|
|
RepoURL = "github.com/adembc/lazyssh"
|
|
Banner = `
|
|
|
|
$$\ $$\
|
|
$$ | $$ |
|
|
$$ | $$$$$$\ $$$$$$$$\ $$\ $$\ $$$$$$$\ $$$$$$$\ $$$$$$$\
|
|
$$ | \____$$\ \____$$ |$$ | $$ |$$ _____|$$ _____|$$ __$$\
|
|
$$ | $$$$$$$ | $$$$ _/ $$ | $$ |\$$$$$$\ \$$$$$$\ $$ | $$ |
|
|
$$ |$$ __$$ | $$ _/ $$ | $$ | \____$$\ \____$$\ $$ | $$ |
|
|
$$ |\$$$$$$$ |$$$$$$$$\ \$$$$$$$ |$$$$$$$ |$$$$$$$ |$$ | $$ |
|
|
\__| \_______|\________| \____$$ |\_______/ \_______/ \__| \__|
|
|
$$\ $$ |
|
|
\$$$$$$ |
|
|
\______/
|
|
`
|
|
)
|