------------------------------------------------------------------------------
Another useless utility from PorkNET Internet Systems!

Web:	http://www.porknet.ml.org/
Email:	<mrcoffee@porknet.ml.org>

------------------------------------------------------------------------------
Description:    Chum accepts one command-line argument, a 3 digit number
		in the form of a chmod or umask bit mask. The result is
		printed to the console and is the opposite format of the
		one entered on the command line. So chum 77 returns 700,
		the chmod equivilent of umask 77, and likewise, chum 700
		returns 77, the umask equivilent of chmod 700. Useful for 
		beginners setting up their profile and login files.
------------------------------------------------------------------------------
Known Bugs:	Sometimes prefixing a number with zeros causes errors?!?!
		(ie. chum 077 -> 714, but chum 77 -> 700)
------------------------------------------------------------------------------

