Skip to content

Commit

Permalink
delete banner
Browse files Browse the repository at this point in the history
  • Loading branch information
yatoub committed Feb 1, 2022
1 parent 1733e48 commit bee78ff
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,6 @@ const (

func main() {

banner :=
`
█ ████▄ █ █▀ ▄█ ▄███▄ ▄ ▄█▄ █▄▄▄▄ ▀▄ ▄ █ ▄▄ ▄▄▄▄▀ ████▄ █▄▄▄▄
█ █ █ █▄█ ██ █▀ ▀ █ █▀ ▀▄ █ ▄▀ █ █ █ █ ▀▀▀ █ █ █ █ ▄▀
█ █ █ █▀▄ ██ ██▄▄ ██ █ █ ▀ █▀▀▌ ▀█ █▀▀▀ █ █ █ █▀▀▌
███▄ ▀████ █ █ ▐█ █▄ ▄▀ █ █ █ █▄ ▄▀ █ █ █ █ █ ▀████ █ █
▀ █ ▐ ▀███▀ █ █ █ ▀███▀ █ ▄▀ █ ▀ █
▀ █ ██ ▀ ▀ ▀
A local file encryptor in AES-256. Designed by Yatoub42 under MIT License
`

usage :=
`
LOKI(1) User Manuals LOKI(1)
Expand Down Expand Up @@ -66,11 +51,9 @@ FILES

// Run without args
if len(os.Args) == 1 {
fmt.Println(banner)
fmt.Println("Help with -h argument")
os.Exit(0)
}
fmt.Println(banner)
//check args
switch {
case os.Args[1] == "-h" || os.Args[1] == "--help" || len(os.Args) < 3:
Expand Down

0 comments on commit bee78ff

Please sign in to comment.