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: REMINPLEMENTED 2012-02-14 0:15

save to why:
#/bin/bash
echo "fuck you thats why"
install with
cp why /usr/bin/why;sudo chmod +rwxrwxrwx /usr/bin/why

licensed under MIT licecnse

Name: Anonymous 2012-02-17 0:06

I made a gtk version, are you proud?


#!/bin/bash

 zenity --info --text="fuck you, thats why"


install with
cp why /usr/bin/why;sudo chmod +rwxrwxrwx /usr/bin/why

Name: Anonymous 2012-06-04 16:23

>>65
<html><head><title>Why.php</title><body><?php echo "Fuck you, that's why."; ?></body></html>
Install with cp why.php /var/www/why.php; chmod +rwxrwxrwx /var/www/why.php

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