annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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
HackBot
parents:
diff changeset
1 #!perl
2b7ce722bfa2 <wob_jonas> `` >bin/starwars echo $\'#!perl\\n\'\'@c=split/\\|/,"M0|M1|M2";print$c[rand@c],"\\n";\' && chmod -c a+x bin/starwars
HackBot
parents:
diff changeset
2 @c=split/\|/,"M0|M1|M2";print$c[rand@c],"\n";