changeset 6728:e0f0a14cf39a

<zgrep> ` echo \'#!/usr/bin/env python\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 03:00:35 +0000
parents 38bc8b0f1cf6
children d998ee7d1096
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 02:59:43 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 03:00:35 2016 +0000
@@ -7,3 +7,4 @@
 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(),
+#!/usr/bin/env python