Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 748 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 748 Bytes

thanos

Some thanos utilities

Installation

Requirements

  • C compiler (change the line CC = gcc in the Makefile, if you are not using gcc)
  • GNU make
  • strfile (usually distributed alongside fortune)
git clone https://github.com/424ever/thanos.git
cd thanos
make
sudo make install

Usage

thanos

thanos

Prints out random thanos quotes found in the quotes file. All arguments are ignored.

thanoscat

thanoscat [FILE]

Reads FILE, or if no argument is given from stdin, only printing half of the non-space characters to stdout.

thanossay

thanossay [FILE]

Let thanos say either the contents of FILE, or stdin, when no arguments are given.