view bin/wercome @ 9575:50ea4c5acaab

<boily> ` sed -i \'s/ / /\' wisdom/orodruin
author HackBot
date Mon, 31 Oct 2016 10:46:43 +0000
parents 6eb1b867a767
children d056743e5c13
line wrap: on
line source

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