Provocative Tag Lines

Ovid on 2004-07-19T22:48:50

Portland Perl Mongers was discussing what sort of tag line to put on our t-shirts (such as "I'd rather be hacking"). Since one of the tag lines was rather inflammatory (s/perl/vb/g), I suggested that we go all out and use a tiny shell script instead.

#!/bin/bash
alias emacs=vim
alias mysql=postgres
alias python="init 0;"
rm -fr /usr/bin/ruby
perl -MCPAN -e install Acme::Code::Police

One of those is guaranteed to be someone's hot button.


yeah...

jhi on 2004-07-20T04:56:02

> One of those is guaranteed to be someone's hot button.

Whoever is spelling it "rm -*f* *r*"?

Re:yeah...

Aristotle on 2004-07-20T08:46:05

I do, a lot of the time. I avoid using the force switch habitually on the first go, so I start out with a plain rm -r and "upgrade" if there are write-protected files. The quickest way to do that is [Up] [Ctrl][a] [Alt][f] [Alt][f] which lands me past the dash, and hitting [f] at that point gets me rm -fr.

Re:yeah...

BooK on 2004-07-20T10:45:51

Oh, I first though the provocative part was in wanting to remove the French...

Alternative shebang line

rob_au on 2004-07-20T09:47:15

The only way that I think I could make it more provocative is to change the shebang line to #!C:\Cygwin\bin\bash.exe (or whatever the equivalent is for Windows systems using the Cygnus toolset)