mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-01-10 17:31:18 +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}
|