changeset 6737:d6d014ce50e5

<zgrep> ` echo \'with open(a,"r")as f:print f.read(),\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 03:02:39 +0000
parents ae749f377daf
children c2f9ba5cfacf
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 03:02:34 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 03:02:39 2016 +0000
@@ -6,3 +6,4 @@
 a=s.argv[1];o.chdir(t)
 if not o.path.isfile(a):o.chdir("..");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(),