view bin/velkomin @ 11240:634fd0064603

<shachaf> sled bin/edit//s/http/https/g
author HackBot
date Wed, 08 Nov 2017 23:19:18 +0000
parents 471ae6097b46
children ef5ba4348bf2
line wrap: on
line source

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