A2osX/TESTS/TESTSETUP

15 lines
311 B
Plaintext
Raw Normal View History

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