# HG changeset patch # User HackBot # Date 1455073235 0 # Node ID e0f0a14cf39ab04a011750cd76405d97a8001a8f # Parent 38bc8b0f1cf6d925e1ddfbced6f9e88f19586819 ` echo \'#!/usr/bin/env python\' >> bin/tomfoolery diff -r 38bc8b0f1cf6 -r e0f0a14cf39a bin/tomfoolery --- 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