view bin/starwars @ 10509:2b7ce722bfa2

<wob_jonas> `` >bin/starwars echo $\'#!perl\\n\'\'@c=split/\\|/,"M0|M1|M2";print$c[rand@c],"\\n";\' && chmod -c a+x bin/starwars
author HackBot
date Sun, 26 Mar 2017 01:56:33 +0000
parents
children 6bb40091cbc5
line wrap: on
line source

#!perl
@c=split/\|/,"M0|M1|M2";print$c[rand@c],"\n";