mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-29 18:49:22 +00:00
5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
FILES="doc/Checking.markdown doc/Emitting.markdown doc/Instruction_Support.markdown"
|
|
./build.sh && falderal --substring-error ${FILES}
|