Skip to content

Commit

Permalink
Added color to the gtfo figure.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzfr authored and mzfr committed Jun 5, 2020
1 parent 53ba364 commit 25d99fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func main() {
flag.StringVar(&bin, "b", "", "")

flag.Parse()
myFigure := figure.NewFigure("# gtfo", "big", true)
myFigure := figure.NewColorFigure("# gtfo", "big", "green", true)
myFigure.Print()

gtfobins(bin)
Expand Down

0 comments on commit 25d99fc

Please sign in to comment.