Skip to content

Commit

Permalink
Merge pull request #2 from pepsi7959/feature/none/add-banner
Browse files Browse the repository at this point in the history
add banner
  • Loading branch information
pepsi7959 authored Aug 25, 2022
2 parents 91a997b + 62ff625 commit ccd9ad5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions runner/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ import (
"time"
)

const BANNER = `
8 8888888888 8 888888888o. 8 8888888888 d888888o. 8 8888 8
8 8888 8 8888 '88. 8 8888 .'8888:' '88. 8 8888 8
8 8888 8 8888 '88 8 8888 8.'8888. Y8 8 8888 8
8 8888 8 8888 ,88 8 8888 '8.'8888. 8 8888 8
8 888888888888 8 8888. ,88' 8 888888888888 '8.'8888. 8 8888 8
8 8888 8 888888888P' 8 8888 '8.'8888. 8 8888 8
8 8888 8 8888'8b 8 8888 '8.'8888. 8 8888888888888
8 8888 8 8888 '8b. 8 8888 8b '8.'8888. 8 8888 8
8 8888 8 8888 '8b. 8 8888 '8b. 8.'8888 8 8888 8
8 8888 8 8888 '88. 8 888888888888 'Y8888P ,88P' 8 8888 8`


var (
startChannel chan string
stopChannel chan bool
Expand Down Expand Up @@ -112,6 +125,7 @@ func Start() {
initLimit()
initSettings()
initLogFuncs()
mainLog(BANNER)
initFolders()
setEnvVars()
watch()
Expand Down

0 comments on commit ccd9ad5

Please sign in to comment.