view bin/@ @ 11557:b502fb714ae7 draft

<oerjan> learn Turning is what Turing is doing in his grave because of all the esolangers misspelling his name.
author HackEso <hackeso@esolangs.org>
date Sun, 13 May 2018 02:31:49 +0100
parents e037173e0012
children 5c5fc08f8113 1aa76501f9fe
line wrap: on
line source

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