view bin/@ @ 9346:8070050e089a

<tswett> learn \xd0\xa1\xd0\xa1\xd0\xa1\xd0\xa0 is the Russian way of writing USSR. They like to write U as \xd0\xa1 sometimes.
author HackBot
date Wed, 19 Oct 2016 02:15:18 +0000
parents e037173e0012
children 5c5fc08f8113 1aa76501f9fe
line wrap: on
line source

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