Update ME for galp3-c, update readmes

This commit is contained in:
Jeremy Soller
2019-05-02 15:50:31 -06:00
parent b0b755af91
commit 63008d171d
4 changed files with 7 additions and 4 deletions

View File

@ -13,4 +13,4 @@ https://system76.com/guides/galp3
- HAP: true - HAP: true
- [ME](./me.rom) - [ME](./me.rom)
- Size: 6140 KB - Size: 6140 KB
- Version: 12.0.8.1123 - Version: 12.0.35.1427

BIN
models/galp3-c/fd.rom (Stored with Git LFS)

Binary file not shown.

BIN
models/galp3-c/me.rom (Stored with Git LFS)

Binary file not shown.

View File

@ -68,7 +68,10 @@ function readme_dir {
echo >> README.md echo >> README.md
for dir in */ for dir in */
do do
if ! git check-ignore --quiet "${dir}"
then
readme_line "${dir%/}" >> README.md readme_line "${dir%/}" >> README.md
fi
done done
popd > /dev/null popd > /dev/null
} }