view bin/@ @ 6438:5e6f89fdd821

<b_jonas> le/rn not found/not found? \xc2\xaf\\(\xc2\xb0\xe2\x80\x8b_o)/\xc2\xaf
author HackBot
date Mon, 21 Dec 2015 18:24:57 +0000
parents e037173e0012
children 5c5fc08f8113 1aa76501f9fe
line wrap: on
line source

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