Add fun with ascii art

This commit is contained in:
ImmortalPC 2013-12-10 10:19:49 +01:00
parent ccf3eddba0
commit 90be14965b
1 changed files with 22 additions and 0 deletions

22
cheatsheets/asciiart Normal file
View File

@ -0,0 +1,22 @@
# To show some text in ASCII Art:
figlet Cheat
# ____ _ _
# / ___| |__ ___ __ _| |_
#| | | '_ \ / _ \/ _` | __|
#| |___| | | | __/ (_| | |_
# \____|_| |_|\___|\__,_|\__|
#
# To have some text with color and other options:
# Show with a border
toilet -F border Cheat
# Basic show (filled)
toilet Cheat
# mmm # m
# m" " # mm mmm mmm mm#mm
# # #" # #" # " # #
# # # # #"""" m"""# #
# "mmm" # # "#mm" "mm"# "mm
#