annotate bin/tomfoolery @ 6712:8d2257798b54

<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:57:39 +0000
parents 9410fba4b128
children 975e4f2fdf0f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6698
bc4f784d796a <zgrep> ` echo \'#!/usr/bin/env python\' >> bin/tomfoolery
HackBot
parents: 6697
diff changeset
1 #!/usr/bin/env python
6710
6f8e3490c824 <zgrep> ` echo \'import os as o,sys as s,subprocess as u\' >> bin/tomfoolery
HackBot
parents: 6709
diff changeset
2 import os as o,sys as s,subprocess as u
6711
9410fba4b128 <zgrep> ` echo \'t="tmflry"\' >> bin/tomfoolery
HackBot
parents: 6710
diff changeset
3 t="tmflry"
6712
8d2257798b54 <zgrep> ` echo \'if not o.path.isdir(t):print"Somebody should take a peek inside me.";exit()\' >> bin/tomfoolery
HackBot
parents: 6711
diff changeset
4 if not o.path.isdir(t):print"Somebody should take a peek inside me.";exit()