view bin/@ @ 4816:a27a8dcca507

<GeekDude> mv bin\\pipes.sh bin\\pipes
author HackBot
date Fri, 12 Sep 2014 13:25:44 +0000
parents 1e110f9d6e37
children
line wrap: on
line source

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