Skip to content

Commit 5f7befc

Browse files
authored
Update shebang to be more portable (#78)
1 parent 7dd1933 commit 5f7befc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.py

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
from __future__ import annotations
33

44
import argparse

0 commit comments

Comments
 (0)