Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 995 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 995 Bytes

Commandline Wrappers

Cowsay CLI

The wrapper scripts allow you to use java cowsay as a command line tool.

Without them you must type this:

java -jar cowjay.jar "Hello"

The wrappers enable this:

cowsay "Hello"

Installation

  1. Create a directory on your computer to contain cowsay

  2. Add the cowsay directory to your PATH

  3. Download the wrapper scripts and put them in your cowsay directory. You can safely download all four of them regardless of platform (windows, linux or mac).

  4. Download the executable cowsay jar as described on the main page and put it in the cowsay directory.

The wrappers themselves contain more instructions.

Usage

The CLI is exactly like the original cowsay - no point documenting it here, google it.

Updating

The scripts look for the cowsay jar with the most recent modified time. To update simply download a newer version of the jar and put it in the directory.