comparison bin/tomfoolery @ 6722:41d41060239f

<zgrep> ` echo \'if not o.path.isdir(t):print"Somebody should take a peek inside me.";exit()\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 02:59:22 +0000
parents fb624b87b298
children d8c336865a9a
comparison
equal deleted inserted replaced
6721:fb624b87b298 6722:41d41060239f
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 import os as o,sys as s,subprocess as u 2 import os as o,sys as s,subprocess as u
3 t="tmflry" 3 t="tmflry"
4 if not o.path.isdir(t):print"Somebody should take a peek inside me.";exit()