Skip to content

A small script that prints a koala with a speech bubble.

Notifications You must be signed in to change notification settings

evis-e/koalabubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

koalabubble beRadiant()

A small script that prints a koala with a speech bubble.

Clone the repo:

$ git clone https://github.com/evis-e/koalabubble.git
$ cd koalabubble/

Run the script with arguments:

$ ./koala.sh Hello there! How are you?
                ___________________________
               /                           \
               | Hello there! How are you? |
               \                           /
                ---------------------------
                 /
     .-._ _..:.._ _.-.  
    (  ,           ,  )
     '-/            \-'
       |  o  /\  o  |
       \     \/     /
       /'._  --  _.'___
     /'    '----'      \
   /'                  /
  ;             '-,---'
  |               '\    
  \                 \_  
  /'.                 '\
  \_/'--.......        /
               '--.__ /

You can also do more fun stuff, like:

$ sudo apt-get install fortune
$ sudo apt-get install lolcat
$ fortune | ./koala.sh | lolcat

Install Globally

If you would like to run the koalabubble in any directory you can install it globally.

Please run the command below:

$ sudo ./install.sh

Note: If you get an error says command not found for $ sudo ./install.sh please run the following:

$ sudo chmod +x install.sh
$ sudo ./install.sh

Now you are able to run the koalabubble everywhere.

$ koala Hello there! How are you?
or
$ fortune | koala | lolcat
or
$ koala "beRadiant();"

About

A small script that prints a koala with a speech bubble.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages