changeset 6713:975e4f2fdf0f

<zgrep> ` echo \'if len(s.argv) != 2:print"I have nothing to say to you.";exit()\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 02:57:44 +0000
parents 8d2257798b54
children 2b895af76bd8
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 02:57:39 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 02:57:44 2016 +0000
@@ -2,3 +2,4 @@
 import os as o,sys as s,subprocess as u
 t="tmflry"
 if not o.path.isdir(t):print"Somebody should take a peek inside me.";exit()
+if len(s.argv) != 2:print"I have nothing to say to you.";exit()