view bin/@ @ 5035:7c7d731b7361

<Taneb> learn groups are just loops with the property of associativity
author HackBot
date Fri, 10 Oct 2014 10:52:16 +0000
parents 1e110f9d6e37
children
line wrap: on
line source

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