diff options
author | Rob Austein <sra@hactrn.net> | 2020-09-13 23:08:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-09-13 23:08:50 +0000 |
commit | 4ba5e00d5cdd42087a76e379cc39604b2da89ea4 (patch) | |
tree | 467fee826d078be7bdc29eca10c242fc84cfb79a | |
parent | 891730d13b324fad916572a82f0bd610c5de9aad (diff) |
shebang
-rw-r--r-- | tools/trac2down.py | 2 | ||||
-rwxr-xr-x | tools/trac2md.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/trac2down.py b/tools/trac2down.py index 5bb9094..c66a201 100644 --- a/tools/trac2down.py +++ b/tools/trac2down.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # Untested code from https://gist.githubusercontent.com/sgk/1286682/raw/b744dd2e47a68d60373ad39df87cfe8256f517af/trac2down.py diff --git a/tools/trac2md.py b/tools/trac2md.py index 99b7df0..8729faa 100755 --- a/tools/trac2md.py +++ b/tools/trac2md.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # Untested code from https://www.snip2code.com/Snippet/1704331/Convert-trac-markup-to-Markdown/ |