view bin/welcome @ 9988:5c540b416103

<b_jonas> `` t=bin/calesyta2016list; >$t echo \'echo -n "$(basename "$0")${@:+ }$@: "; tail -n+2 "$0" | xargs; exit\'$\'\\nb_jonas\' && chmod -c a+x "$t"
author HackBot
date Fri, 16 Dec 2016 10:49:15 +0000
parents e037173e0012
children ef5ba4348bf2
line wrap: on
line source

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