view bin/@ @ 4394:fdc2f743ba51

<oerjan> rm this
author HackBot
date Wed, 05 Feb 2014 00:59:54 +0000
parents 1e110f9d6e37
children
line wrap: on
line source

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