view bin/bienvenue @ 6581:bfa164c8d4f2

<lifthrasiir> ` (echo \'#!/bin/sh\'; echo pung) > bin/pong && chmod a+x bin/pong
author HackBot
date Mon, 18 Jan 2016 07:07:21 +0000
parents dafb2ccbc6c3
children ef5ba4348bf2
line wrap: on
line source

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