mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2024-12-22 14:26:48 +00:00
fixes the scuffed D in the ascii art
This commit is contained in:
parent
0da82bb8ee
commit
dadeddce01
12
mkbsd.go
12
mkbsd.go
@ -110,14 +110,14 @@ func downloadImage(url, filePath string) error {
|
||||
|
||||
func asciiArt() {
|
||||
fmt.Printf(`
|
||||
/$$ /$$ /$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$$
|
||||
/$$ /$$ /$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$$
|
||||
| $$$ /$$$| $$ /$$/| $$__ $$ /$$__ $$| $$__ $$
|
||||
| $$$$ /$$$$| $$ /$$/ | $$ \\ $$| $$ \\__/| $$ \\ $$
|
||||
| $$$$ /$$$$| $$ /$$/ | $$ \ $$| $$ \__/| $$ \ $$
|
||||
| $$ $$/$$ $$| $$$$$/ | $$$$$$$ | $$$$$$ | $$ | $$
|
||||
| $$ $$$| $$| $$ $$ | $$__ $$ \\____ $$| $$ | $$
|
||||
| $$\\ $ | $$| $$\\ $$ | $$ \\ $$ /$$ \\ $$| $$ | $$
|
||||
| $$ \\/ | $$| $$ \\ $$| $$$$$$$/| $$$$$$/| $$$$$$$/
|
||||
|__/ |__/|__/ \\__/|_______/ \\______/ |_______/`)
|
||||
| $$ $$$| $$| $$ $$ | $$__ $$ \____ $$| $$ | $$
|
||||
| $$\ $ | $$| $$\ $$ | $$ \ $$ /$$ \ $$| $$ | $$
|
||||
| $$ \/ | $$| $$ \ $$| $$$$$$$/| $$$$$$/| $$$$$$$/
|
||||
|__/ |__/|__/ \__/|_______/ \______/ |_______/ `)
|
||||
fmt.Printf("\n\n")
|
||||
fmt.Printf("🤑 Starting downloads from your favorite sellout grifter's wallpaper app...\n")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user