view bin/@ @ 12301:40cbf2cbf821 draft

<fizzie> le/rn bug//Feel free to file bugs at https://github.com/fis/hackbot/issues
author HackEso <hackeso@esolangs.org>
date Tue, 07 Jan 2020 17:15:32 +0000
parents 1ac72aef46c7
children
line wrap: on
line source

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