# HG changeset patch # User HackBot # Date 1455073162 0 # Node ID 41d41060239ff1e599dbde315362e8d08a08edff # Parent fb624b87b298ea3ef0d1d3f234dc32ad07639357 ` echo \'if not o.path.isdir(t):print"Somebody should take a peek inside me.";exit()\' >> bin/tomfoolery diff -r fb624b87b298 -r 41d41060239f bin/tomfoolery --- a/bin/tomfoolery Wed Feb 10 02:59:17 2016 +0000 +++ b/bin/tomfoolery Wed Feb 10 02:59:22 2016 +0000 @@ -1,3 +1,4 @@ #!/usr/bin/env python 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()