changeset 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 1fd1b7771a11
children 6bb40091cbc5
files bin/starwars
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/starwars	Sun Mar 26 01:56:33 2017 +0000
@@ -0,0 +1,2 @@
+#!perl
+@c=split/\|/,"M0|M1|M2";print$c[rand@c],"\n";