view bin/@ @ 9292:5132d8e53c54

<boily> learn Mothballs are the main ingredient of a traditional soup of eastern european origin.
author HackBot
date Sat, 15 Oct 2016 19:11:51 +0000
parents e037173e0012
children 5c5fc08f8113 1aa76501f9fe
line wrap: on
line source

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