changeset 6736:ae749f377daf

<zgrep> ` echo \'if o.access(a, o.X_OK):print u.check_output(["bash",a]),;exit()\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 03:02:34 +0000
parents 70f05e136a1f
children d6d014ce50e5
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 03:02:28 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 03:02:34 2016 +0000
@@ -5,3 +5,4 @@
 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()
+if o.access(a, o.X_OK):print u.check_output(["bash",a]),;exit()