view bin/@ @ 10943:b92c126114f0

<shachaf> forget unicide
author HackBot
date Mon, 22 May 2017 02:02:20 +0000
parents e037173e0012
children 5c5fc08f8113 1aa76501f9fe
line wrap: on
line source

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