mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
9 lines
106 B
Bash
Executable File
9 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#
|
|
# Make a PTR test file
|
|
# 8 bytes: 0 1 2 3 4 5 6 7
|
|
#
|
|
|
|
echo -n -e "\00\01\02\03\04\05\06\07"
|