-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evil suggestions #1
Comments
|
|
You could do something with
|
You're not my real mom; you can't tell me what to do. |
Text output of a updater. Of course, only valid on Mac OS X systems. The voice is very annoying. Sound output (Hosted on CloudApp, MP3, 627KB): http://cl.ly/dW2o |
It would be nice that levels where numeric so that next level would also execute everything the previous level does. # deactivate with 0
# insane: 1
# annoying: 2
# destructive: 3
# devasting: 4
# unusable: 5
EVIL_BEHAVIOUR=2 # annoying
function insane()
{
test "$EVIL_BEHAVIOUR" -gt 0
}
function annoying()
{
test "$EVIL_BEHAVIOUR" -gt 1
}
function destructive()
{
test "$EVIL_BEHAVIOUR" -gt 2
}
function devasting()
{
test "$EVIL_BEHAVIOUR" -gt 3
}
function unusable()
{
test "$EVIL_BEHAVIOUR" -gt 4
} |
just a comment: congratulations, this script is very very evil indeed |
export EDITOR=/bin/rm
The text was updated successfully, but these errors were encountered: