Ignoring SG-1000 too by now

This commit is contained in:
José Manuel Barroso Galindo
2022-11-12 01:29:39 +01:00
committed by GitHub
parent 8d1e7146b7
commit eee42cb7e1

View File

@@ -784,6 +784,9 @@ files_with_no_date() {
if [[ "${file}" == "Game Boy Color.mgl" ]] ; then
continue
fi
if [[ "${file}" == "SG-1000.mgl" ]] ; then
continue
fi
if ! [[ "${file}" =~ ^.+_([0-9]{8})(\..+)?$ ]] ; then
echo "${file}"
fi