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