view bin/@ @ 12231:44379732c06b draft

<b_jonas> fetch /hackenv/bin/whatis https://hack.esolangs.org/get/bin/whatis
author HackEso <hackeso@esolangs.org>
date Thu, 05 Dec 2019 20:05:28 +0000
parents 1ac72aef46c7
children
line wrap: on
line source

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