git @ Cat's Eye Technologies Falderal / b951985
These scripts run under Python 3 by default. Chris Pressey 2 years ago
4 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 #!/usr/bin/env python
0 #!/usr/bin/env python3
11
22 from os.path import realpath, dirname, join
33 import sys
0 #!/usr/bin/env python
0 #!/usr/bin/env python3
11
22 # converts raw bytes on input to hex couples on input.
33
0 #!/usr/bin/env python
0 #!/usr/bin/env python3
11
22 # converts hex couples on input to raw bytes on output.
33
0 #!/usr/bin/env python
0 #!/usr/bin/env python3
11
22 import pty
33 import sys