view bin/@ @ 4405:1333ebeaeb5a

<oerjan> addquote <fungot> boily: i\'m robert fnord. here take a piece of freenode furniture
author HackBot
date Thu, 06 Feb 2014 23:25:27 +0000
parents 1e110f9d6e37
children
line wrap: on
line source

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