Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75accff

Browse files
aschneuwmallamanis
authored andcommitted
Use /usr/bin/env shebang in arXiv script
1 parent 27fd3f9 commit 75accff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_publications/add_from_arxiv.py

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

33
import argparse
44
import arxiv

0 commit comments

Comments
 (0)