view bin/@ @ 12343:152b13767dac draft

<int-e> learn FTW stands for "forgot the words".
author HackEso <hackeso@esolangs.org>
date Wed, 30 Sep 2020 01:06:38 +0000
parents 1ac72aef46c7
children
line wrap: on
line source

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