# HG changeset patch # User HackBot # Date 1455073297 0 # Node ID 727cb957492e09d457559b0123a42b15758bacc2 # Parent 081dbfd7cb5f0f4592ba554f71e5c834103efd4b ` echo \'if len(s.argv) != 2:print"I have nothing to say to you.";exit()\' >> bin/tomfoolery diff -r 081dbfd7cb5f -r 727cb957492e bin/tomfoolery --- a/bin/tomfoolery Wed Feb 10 03:01:32 2016 +0000 +++ b/bin/tomfoolery Wed Feb 10 03:01:37 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()