# HG changeset patch # User HackBot # Date 1455073165 0 # Node ID d8c336865a9a4c409d0ed316067dc8c5179faf07 # Parent 41d41060239ff1e599dbde315362e8d08a08edff ` echo \'if len(s.argv) != 2:print"I have nothing to say to you.";exit()\' >> bin/tomfoolery diff -r 41d41060239f -r d8c336865a9a bin/tomfoolery --- a/bin/tomfoolery Wed Feb 10 02:59:22 2016 +0000 +++ b/bin/tomfoolery Wed Feb 10 02:59:25 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()