view bin/tomfoolery @ 6727:38bc8b0f1cf6

<zgrep> ` echo \'with open(a,"r")as f:print f.read(),\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 02:59:43 +0000
parents e2834d707156
children e0f0a14cf39a
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):print u.check_output(["?",a]),;exit()
if o.access(a, o.X_OK):print u.check_output(["bash",a]),;exit()
with open(a,"r")as f:print f.read(),