annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6719
0ccffad6e781 <zgrep> ` echo \'#!/usr/bin/env python\' >> bin/tomfoolery
HackBot
parents: 6718
diff changeset
1 #!/usr/bin/env python
6720
b85104ded480 <zgrep> ` echo \'import os as o,sys as s,subprocess as u\' >> bin/tomfoolery
HackBot
parents: 6719
diff changeset
2 import os as o,sys as s,subprocess as u
6721
fb624b87b298 <zgrep> ` echo \'t="tmflry"\' >> bin/tomfoolery
HackBot
parents: 6720
diff changeset
3 t="tmflry"
6722
41d41060239f <zgrep> ` echo \'if not o.path.isdir(t):print"Somebody should take a peek inside me.";exit()\' >> bin/tomfoolery
HackBot
parents: 6721
diff changeset
4 if not o.path.isdir(t):print"Somebody should take a peek inside me.";exit()