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