An imitation Unix shell that looks like bash or zsh, but instead keeps a tally of every command that the user has entered, and repeats back their 'order' asking if they would like fries with that.

  • login: gumby
    Password:
    Last login: Wed Feb 30 03:14:15 2006 from martello.ucc.gu.uwa.edu.au on pts/10
    
    You have mail.
    bash$ ls
    So that's an ls. Would you like fries with that?
    bash$ finger
    So that's an ls and a finger. Would you like fries with that?
    bash$ logout
    So that's an ls, a finger and a logout. Would you like fries with that?
    bash$ fries
    So that's an ls, a finger, a logout and a fries. Would you like fries with that?
    bash$

    Dramatic Reconstruction

It was written by a wheel member, who then changed the shell of the annoying to McShell.

CategorySpoof