changeset 8832:8a48f37112f0

<wob_jonas> `` e=bin/hello;>$e echo $\'#!/usr/bin/perl\\n\'\'$c=unpack"h",pack"h",$ARGV[0]",($c&4?"w":"W"),"orld",($c&8?"."),"\\n";\' &&chmod -c a+x $e
author HackBot
date Sun, 24 Jul 2016 11:04:58 +0000
parents 6e0c3795476c
children 5ea8d821d0dc
files bin/hello
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/hello	Sun Jul 24 11:04:58 2016 +0000
@@ -0,0 +1,2 @@
+#!/usr/bin/perl
+$c=unpack"h",pack"h",$ARGV[0]",($c&4?"w":"W"),"orld",($c&8?"."),"\n";