Skip to content

Commit

Permalink
Special msg (#4952)
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Jan 22, 2025
1 parent 24728f7 commit 390a402
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/bee/cmd/bee-welcome-message.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

Welcome to Swarm.... Bzzz Bzzzz Bzzzz


"Share the knowledge" - in memory of ldeffenb


\ /
\ o ^ o /
\ ( ) /
Expand Down
1 change: 1 addition & 0 deletions cmd/bee/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func (c *command) initStartCmd() (err error) {
}

fmt.Print(beeWelcomeMessage)
time.Sleep(5 * time.Second)
fmt.Printf("\n\nversion: %v - planned to be supported until %v, please follow https://ethswarm.org/\n\n", bee.Version, endSupportDate())
logger.Info("bee version", "version", bee.Version)

Expand Down

0 comments on commit 390a402

Please sign in to comment.