add Shebang

This commit is contained in:
Ken Chou 2017-12-13 11:09:40 +08:00
parent 57f4826ad8
commit 34b064700f

1
aria2_to_magnet.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import struct import struct
import binascii import binascii
import argparse import argparse