Some thanos utilities
- C compiler (change the line
CC = gcc
in theMakefile
, if you are not using gcc) - GNU make
strfile
(usually distributed alongsidefortune
)
git clone https://github.com/424ever/thanos.git
cd thanos
make
sudo make install
thanos
Prints out random thanos quotes found in the quotes
file. All arguments are ignored.
thanoscat [FILE]
Reads FILE
, or if no argument is given from stdin
, only printing half of the non-space characters to stdout
.
thanossay [FILE]
Let thanos say either the contents of FILE
, or stdin
, when no arguments are given.