ward / xchat-scripts

Some scripts for xchat
3 stars 0 forks source link

Make a script that uses figlet #10

Closed ward closed 12 years ago

ward commented 12 years ago

figlet is a program that turns your text into big ASCII letters, make a script that relies on the program to output big text.

Example of figlet

$ figlet "XChat-scripts"
__  ______ _           _                      _       _       
\ \/ / ___| |__   __ _| |_      ___  ___ _ __(_)_ __ | |_ ___ 
 \  / |   | '_ \ / _` | __|____/ __|/ __| '__| | '_ \| __/ __|
 /  \ |___| | | | (_| | ||_____\__ \ (__| |  | | |_) | |_\__ \
/_/\_\____|_| |_|\__,_|\__|    |___/\___|_|  |_| .__/ \__|___/
                                               |_|            
$ figlet -f mini "XChat-scripts"
   _                         
\// |_  _._|____ _._o.__|_ _ 
/\\_| |(_| |_ _>(_| ||_)|__> 
                     |       
$ figlet -f script "XChat-scripts"
 _       ___  _                                               
(_\  /  / (_)| |                               o              
   \/  |     | |     __, _|_     ,   __   ,_        _ _|_  ,  
   /\  |     |/ \   /  |  |-----/ \_/    /  |  |  |/ \_|  / \_
 _/  \_/\___/|   |_/\_/|_/|_/    \/ \___/   |_/|_/|__/ |_/ \/ 
                                                 /|           
                                                 \|           
ward commented 12 years ago

Added in commit f40f99ad9e143239e1212e659e5ff17250a9a2a4, simply throws it into the shell and uses the returned result.