view bin/@ @ 10090:3aba6e4437c3

<oerjan> slwd twint-e//s/he/He/
author HackBot
date Tue, 03 Jan 2017 01:15:53 +0000
parents e037173e0012
children 5c5fc08f8113 1aa76501f9fe
line wrap: on
line source

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