Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Utility I wrote for GNU+Linux

Name: Anonymous 2012-02-13 3:19

It's a small utility like cat or sed that can be used on Linux systems. It's called why. Licensed under the GPLv3 (or later).

Here is the code (save it in `why.c'):
#include <stdio.h>

void main()
{
printf("Fuck you, that's why.\n");

}


Install with:
gcc -o why why.c ;sudo cp ./why /bin/why

Name: Anonymous 2012-06-03 23:03

>>53
yeah, but you might get rear ended when driving the speed limit in a place where everyone goes 30 mph above it. Of course, the highway patrol would be all over that. But there isn't a C standard police force, going door to door in business parks, handing out tickets to developers writing code that doesn't follow the standard.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List