view bin/@ @ 3064:3875b2cc1001

<boily> echo "a-\xc3\xa9-ro-g-liss-e-ur. If you mention eels, you\'ll get smacked with one of them in a most unappropriate manner." >wisdom/hovercraft
author HackBot
date Wed, 05 Jun 2013 19:32:55 +0000
parents e037173e0012
children 5c5fc08f8113 1aa76501f9fe
line wrap: on
line source

#!/usr/bin/perl -w
$_ = join " ", @ARGV; if (s/^([^ ]*) +([^ ]*) +//) { print "$1: "; exec $2, $_; }