view bin/tomfoolery @ 6714:2b895af76bd8

<zgrep> ` echo \'a=s.argv[1];o.chdir(t)\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 02:57:47 +0000
parents 975e4f2fdf0f
children 1e8f5e75e7b1
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)