Skip to content

Commit fbeae15

Browse files
committed
Make fnsort.py executable and change shebang
Make fnsort.py executable and change shebang
1 parent b2d1490 commit fbeae15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fnsort.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
"""
44
Read a Markdown file passed as a first argument and sort footnotes.

0 commit comments

Comments
 (0)