view bin/добро-пожаловать @ 12054:405c0e846fcc draft

<fizzie> sled /hackenv/bin/spam//s|/hackenv/tmp/|$HACKENV/tmp/|g
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 21:37:14 +0000
parents f89272f6a69d
children ef5ba4348bf2
line wrap: on
line source

#!/usr/bin/perl -w
if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.ru"; } else { exec "bin/?", "welcome.ru"; }