The 'cowsay' esh plugin --------------------- The 'cowsay' plugin is a simple plugin that echos user input to the terminal as a cow with a speech bubble. It is not an original idea, as other older linux distros have had it built-in for a while now, however I was sad to see that rlogin did not posses cowsay functionality, therefore I decided to implement it myself. usage: cowsay [text 1] [text 2] [text 3] ... [text n] The user eneters the text to be displayed as arguments to the command 'cowsay'. The terminal will then print out a cow with a speech bubble containing the arguments entered. Currently it prints everything on one line, multi-line functionality may be added later. Note: No arguments are required for use of the 'cowsay' command, it will print out a pre-defined phrase by default. ----------------------------------------------------------------------- Created by Christopher Poole (canadian@vt.edu) Group ID : 567 Cs 3214 - Spring 2015