changeset 6702:1971fa6bc9bb

<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:56:37 +0000
parents 8ab9d72109c9
children f7fce8bff6a0
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 02:53:54 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 02:56:37 2016 +0000
@@ -1,2 +1,3 @@
 #!/usr/bin/env python
 import os as o,sys as s,subprocess as u
+if len(s.argv) != 2:print"I have nothing to say to you.";exit()