Skip to content
/ wc Public

Trolling is an Artform. This script is a wrapper for the wc binary printing WC (lavatory) ascii art before doing the work

Notifications You must be signed in to change notification settings

AMD1212/wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

wc

This script is a wrapper for the wc binary printing WC (lavatory) ascii art before doing the work

Installation:

Download the script:

curl -o ~/.wc https://raw.githubusercontent.com/AMD1212/wc/master/wc
chmod +x ~/.wc

Set the alias:

echo $SHELL

bash:

echo 'alias wc=~/.wc'>>~/.bashrc

zsh:

echo 'alias wc=~/.wc'>>~/.zshrc

ksh:

echo 'alias wc=~/.wc'>>~/.kshrc

Removal:

Undo what you did (CTRL-Z may not work)

Usage: wc [OPTIONS]

Options:

-l          Shows a urinal
-c          Shows a cat-litter box
-w          Reminds you to wash your hands
-m          Displays a fancy monkey throwing poop

Without a option the script shows a fancy lavatory.

The cool ascii arts are written to STDERR so the wrapper script should not break scripts using wc.

Have fun!

About

Trolling is an Artform. This script is a wrapper for the wc binary printing WC (lavatory) ascii art before doing the work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages