These scripts run under Python 3 by default.
Chris Pressey
2 years ago
0 | #!/usr/bin/env python | |
0 | #!/usr/bin/env python3 | |
1 | 1 | |
2 | 2 | from os.path import realpath, dirname, join |
3 | 3 | import sys |
0 | #!/usr/bin/env python | |
0 | #!/usr/bin/env python3 | |
1 | 1 | |
2 | 2 | # converts raw bytes on input to hex couples on input. |
3 | 3 |