changeset 6706:008d37c5400a

<zgrep> ` echo \'with open(a,\'r\')as f:print f.read(),\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 02:56:48 +0000
parents a920f0e17459
children 2dd82f6f2ed9
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 02:56:44 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 02:56:48 2016 +0000
@@ -4,3 +4,4 @@
 if not o.path.isdir(t):print"Somebody should take a peek inside me.";exit()
 if o.access(a, o.X_OK):print u.check_output([bash,a]),;exit()
 a=s.argv[1];o.chdir(t)
+with open(a,r)as f:print f.read(),