diff --git a/cmd/gluetun/main.go b/cmd/gluetun/main.go index cb868dfd..a2fc26f6 100644 --- a/cmd/gluetun/main.go +++ b/cmd/gluetun/main.go @@ -164,6 +164,8 @@ func _main(ctx context.Context, buildInfo models.BuildInformation, } } + defer fmt.Println(gluetunLogo) + announcementExp, err := time.Parse(time.RFC3339, "2024-12-01T00:00:00Z") if err != nil { return err @@ -600,3 +602,34 @@ type RunStarter interface { Start(cmd *exec.Cmd) (stdoutLines, stderrLines <-chan string, waitError <-chan error, err error) } + +const gluetunLogo = ` @@@ + @@@@ + @@@@@@ + @@@@.@@ @@@@@@@@@@ + @@@@.@@@ @@@@@@@@==@@@@ + @@@.@..@@ @@@@@@@=@..==@@@@ + @@@@ @@@.@@.@@ @@@@@@===@@@@.=@@@ + @...-@@ @@@@.@@.@@@ @@@ @@@@@@=======@@@=@@@@ + @@@@@@@@ @@@.-%@.+@@@@@@@@ @@@@@%============@@@@ + @@@.--@..@@@@.-@@@@@@@==============@@@@ + @@@@ @@@-@--@@.@@.---@@@@@==============#@@@@@ + @@@ @@@.@@-@@.@@--@@@@@===============@@@@@@ + @@@@.@--@@@@@@@@@@================@@@@@@@ + @@@..--@@*@@@@@@================@@@@+*@@ + @@@.---@@.@@@@=================@@@@--@@ + @@@-.---@@@@@@================@@@@*--@@@ + @@@.:-#@@@@@@===============*@@@@.---@@ + @@@.-------.@@@============@@@@@@.--@@@ + @@@..--------:@@@=========@@@@@@@@.--@@@ + @@@.-@@@@@@@@@@@========@@@@@ @@@.--@@ + @@.@@@@===============@@@@@ @@@@@@---@@@@@@ + @@@@@@@==============@@@@@@@@@@@@*@---@@@@@@@@ + @@@@@@=============@@@@@ @@@...------------.*@@@ + @@@@%===========@@@@@@ @@@..------@@@@.-----.-@@@ + @@@@@@.=======@@@@@@ @@@.-------@@@@@@-.------=@@ + @@@@@@@@@===@@@@@@ @@.------@@@@ @@@@.-----@@@ + @@@==@@@=@@@@@@@ @@@.-@@@@@@@ @@@@@@@--@@ + @@@@@@@@@@@@@ @@@@@@@@ @@@@@@@ + @@@@@@@@ @@@@ @@@@ + `