view bin/@ @ 5569:5270baa376e7

<Jafet> mk wisdom/just intonation//Bad-tempered people can be recognized by just intonation.
author HackBot
date Fri, 12 Jun 2015 07:11:22 +0000
parents 1e110f9d6e37
children
line wrap: on
line source

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