Skip to content
/ sussay Public

A horrible implemetation of cowsay with an amogus

License

Notifications You must be signed in to change notification settings

PeeK1e/sussay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sussay

Cowsay but Amogus

The code is horrible. So is making ASCII art.

FAQ

Q: Do I regret making this?

A: Not a single bit.

Q: Why?

A: I was sitting in an exam sctibbling an amogus onto the last page and wanted to give it a speech bubble. That's when i recalled there is cowsay, whalesay but no sussay yet.

Example

It can read from stdin

cat myfile | sussay

a file

sussay -f myfile

or just as argument

$sussay sus
  _____  
/       \
|  sus   |
\_______/

   \
    \  _________
     .'          '.
   .' .'''''''.    '.
  '  |         |    |
  '   '.......'     |
  '                 |
  '                 |
  '                 |
  '                 |
  '                 |
  '       .'.       |
  '      '   '      |
 .'      '  .'      |
(       .' (       .'
 '-----'    '-----'

Build Instructions

You will need to have go installed.

Run the following snipped to compile and install it.

go build -o sussay ./src
chmod ugo+x sussay && chown root:root sussay
cp sussay /usr/bin/sussay

About

A horrible implemetation of cowsay with an amogus

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages