# HG changeset patch # User HackBot # Date 1455073303 0 # Node ID 2d82ea11bd967ba77f541dda1f06c9e129d0ab3c # Parent 727cb957492e09d457559b0123a42b15758bacc2 ` echo \'a=s.argv[1];o.chdir(t)\' >> bin/tomfoolery diff -r 727cb957492e -r 2d82ea11bd96 bin/tomfoolery --- a/bin/tomfoolery Wed Feb 10 03:01:37 2016 +0000 +++ b/bin/tomfoolery Wed Feb 10 03:01:43 2016 +0000 @@ -3,3 +3,4 @@ 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() +a=s.argv[1];o.chdir(t)