view bin/@ @ 12342:81d80a174588 draft

<int-e> learn The password of the month is juberous.
author HackEso <hackeso@esolangs.org>
date Tue, 01 Sep 2020 02:18:30 +0000
parents 1ac72aef46c7
children
line wrap: on
line source

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