Update ME for galp3-c, update readmes
This commit is contained in:
@ -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)
BIN
models/galp3-c/fd.rom
(Stored with Git LFS)
Binary file not shown.
BIN
models/galp3-c/me.rom
(Stored with Git LFS)
BIN
models/galp3-c/me.rom
(Stored with Git LFS)
Binary file not shown.
@ -68,7 +68,10 @@ function readme_dir {
|
|||||||
echo >> README.md
|
echo >> README.md
|
||||||
for dir in */
|
for dir in */
|
||||||
do
|
do
|
||||||
readme_line "${dir%/}" >> README.md
|
if ! git check-ignore --quiet "${dir}"
|
||||||
|
then
|
||||||
|
readme_line "${dir%/}" >> README.md
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user