Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
003bea49
Unverified
Commit
003bea49
authored
Jun 20, 2021
by
Michelle Plur
Committed by
GitHub
Jun 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bring back friendly bee (#2148)
parent
c884741f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
31 deletions
+20
-31
README.md
README.md
+6
-16
start.go
cmd/bee/cmd/start.go
+14
-15
No files found.
README.md
View file @
003bea49
#
Ethereum
Swarm Bee
# Swarm Bee
[

](https://github.com/ethersphere/bee/actions)
[

](https://pkg.go.dev/github.com/ethersphere/bee)
[

](https://coveralls.io/github/ethersphere/bee)
```
Welcome to the Swarm.... Bzzz Bzzzz Bzzzz
.-. .--''-.
.' '. /' '
'. '. ,' |
_ o '.o ,' _.-'
.\ /. \.--./'. /.:. :._:.'
< ~O~ > .' '._-': ': ': ': ':
'/_\' :(.) (.) : ': ': ': ': ':>-
\ | / ' ____ .'_.:' :' :' :' :'
\|/ '\<>/'/ | | :' :' :'
| \ \ \
| ' ' '
```
## DISCLAIMER
This software is provided to you "as is", use at your own risk and without warranties of any kind.
...
...
@@ -38,6 +23,11 @@ Please read the [coding guidelines](CODING.md).
[
Install instructions
](
https://docs.ethswarm.org/docs/installation/quick-start
)
## Get in touch
[
Only official website
](
https://www.ethswarm.org
)
## License
This library is distributed under the BSD-style license found in the
[
LICENSE
](
LICENSE
)
file.
cmd/bee/cmd/start.go
View file @
003bea49
...
...
@@ -80,21 +80,20 @@ func (c *command) initStartCmd() (err error) {
}
beeASCII
:=
`
Welcome to the Swarm.... Bzzz Bzzzz Bzzzz
.-. .--''-.
.' '. /' '
'. '. ,' |
_ o '.o ,' _.-'
.\ /. \.--./'. /.:. :._:.'
< ~O~ > .' '._-': ': ': ': ':
'/_\' :(.) (.) : ': ': ': ': ':>-
\ | / ' ____ .'_.:' :' :' :' :'
\|/ '\<>/'/ | | :' :' :'
| \ \ \
| ' ' '
`
Welcome to Swarm.... Bzzz Bzzzz Bzzzz
\ /
\ o ^ o /
\ ( ) /
____________(%%%%%%%)____________
( / / )%%%%%%%( \ \ )
(___/___/__/ \__\___\___)
( / /(%%%%%%%)\ \ )
(__/___/ (%%%%%%%) \___\__)
/( )\
/ (%%%%%) \
(%%%)
! `
fmt
.
Println
(
beeASCII
)
fmt
.
Print
(
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment