https://github.com/tleguern/martinesay
non-configurable thinking jellyfish (and no more)
https://github.com/tleguern/martinesay
jellyfish shell
Last synced: 6 months ago
JSON representation
non-configurable thinking jellyfish (and no more)
- Host: GitHub
- URL: https://github.com/tleguern/martinesay
- Owner: tleguern
- License: other
- Created: 2014-07-18T14:35:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T16:35:12.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T09:18:04.799Z (8 months ago)
- Topics: jellyfish, shell
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# martinesay
Non-configurable thinking jellyfish (and no more).
## Contents
1. [Synopsis](#synopsis)
2. [Install](#install)
3. [License](#license)## Synopsis
martinesay [something]
The **martinesay** utility prints an ASCII picture of a jellyfish thinking _something_.
Jellyfishes are somewhat limited so complicated thought will be abruptly stopped short.
This specific jellyfish is named Martine and she lives on the Internet.People from Normandy will probably prefer to use the lesser known utility`cowsay`.
In order to not aggravate them this implementation provide some limited command line options compatibility: it is possible to _try_ to configure Martine's eyes and tongue, although the program will deny such request.
It should be known that jellyfishes do not have, in fact, eyes and tongue.
No, they do not, check it on Wikipedia.Other compatibility options are listed in the [man page](./martinesay.1).
## Install
To install globally:
$ make
# make installTo install in your `$HOME/bin`:
$ DESTDIR=~/ make install
## License
This code is public domain.