view bin/@ @ 5416:a412f80d6984

<shachaf> ` sed -i \'s/\\..*/./\' wisdom/real
author HackBot
date Sat, 06 Jun 2015 16:00:42 +0000
parents 1e110f9d6e37
children
line wrap: on
line source

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