Created in golang
An ascii koala inspired version of famous cowsay utility written in golang
git clone https://github.com/Koalhack/koalsayRequire to install Go
Enter in the koalsay folder and run following command :
go buildgo installNow you can use koalsay program everywhere in your terminal.
Just run the following command:
"<your_text>" | koalsayOR
You can just run the script :
Enter in the koalsay folder and run following command :
"<your_text>" | go run main.go