view bin/tomfoolery @ 6734:2d82ea11bd96

<zgrep> ` echo \'a=s.argv[1];o.chdir(t)\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 03:01:43 +0000
parents 727cb957492e
children 70f05e136a1f
line wrap: on
line source

#!/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()
if len(s.argv) != 2:print"I have nothing to say to you.";exit()
a=s.argv[1];o.chdir(t)