mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-20 03:31:42 +00:00
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
|
NEW
|
|||
|
PREFIX
|
|||
|
AUTO 4,1
|
|||
|
#!/BIN/SH
|
|||
|
#
|
|||
|
# This script makes the special CHARS file that
|
|||
|
# the CATTEST uses to test for printing of BIN data.
|
|||
|
#
|
|||
|
ECHO "\x00\x01\x02\x03\x04" > CHARS
|
|||
|
ECHO "\x05\x06\x07\x08\x09" >> CHARS
|
|||
|
ECHO "\x0A\x0B\x0C\x0D\x00" >> CHARS
|
|||
|
MAN
|
|||
|
|
|||
|
TEXT /MAKE/USR/SHARE/TESTS/MAKECHARS
|