mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Changed file creator to bash
This commit is contained in:
parent
5eacc77007
commit
d0fffc9458
@ -7,7 +7,7 @@ test: test.ptr
|
||||
python test_CPU.py CPU.test
|
||||
|
||||
test.ptr:
|
||||
make_ptr > test.ptr
|
||||
./make_ptr > test.ptr
|
||||
|
||||
%: %.ptp
|
||||
./pymlac -b ptr -ptr $< -r 040 -t 0100 -r 0100
|
||||
|
||||
2
pymlac/make_ptr
Normal file → Executable file
2
pymlac/make_ptr
Normal file → Executable file
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Make a PTR test file
|
||||
# 3 bytes: 0 1 2
|
||||
#
|
||||
|
||||
echo -n -e "\00\01\02"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user