# HG changeset patch # User HackBot # Date 1455073064 0 # Node ID 975e4f2fdf0ffdc5c4265063bc465b6af14d4e57 # Parent 8d2257798b54e48cc1d19482e638defaf58d09ca ` echo \'if len(s.argv) != 2:print"I have nothing to say to you.";exit()\' >> bin/tomfoolery diff -r 8d2257798b54 -r 975e4f2fdf0f bin/tomfoolery --- 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()