ogc 5.0
May 7th, 2011
The new version of the Lazy Man’s calculator maximizes laziness by taking your expressions directly from the command line. No pipes, no interactivity, no interpreter-scripts. Just what the customer wants.
$ ogc -e 2*21 42
The clever customer can actually take ogc’s laziness to even greater extremes. Just add the following line to ~/.bashrc
alias og='ogc -e'
And voilá:
$ og xFFd 255
You can download sources and Linux/Win32 binaries from the ogc page.
Geeks can clone the git repo as well:
git clone https://github.com/subogero/ogc.git git clone http://subogero.dyndns.org/git/ogc.git