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'):
Install with:
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