view bin/tomfoolery @ 6735:70f05e136a1f

<zgrep> ` echo \'if not o.path.isfile(a):o.chdir("..");print u.check_output(["?",a]),;exit()\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 03:02:28 +0000
parents 2d82ea11bd96
children ae749f377daf
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)
if not o.path.isfile(a):o.chdir("..");print u.check_output(["?",a]),;exit()