view bin/@ @ 11744:db386159d046 draft

<fungot> le/rn philosophical zombie//Philosophical zombies are everyone in this channel except me.
author HackEso <hackeso@esolangs.org>
date Sun, 24 Feb 2019 04:20:55 +0000
parents e037173e0012
children 5c5fc08f8113 1aa76501f9fe
line wrap: on
line source

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