1
0
mirror of https://github.com/libretro/libretro-database synced 2024-11-27 05:38:56 +00:00
libretro-database/metadat/mame-split
Rob Loach 5cfb6cd3d7
Uppercase all CRC entries (#1372)
```
find . -type f -name '*.dat' -exec sed -E -e 's@crc ([a-zA-Z0-9]+) @crc \U\1 @' -i {} \;
```
2023-06-12 01:41:10 -04:00
..
MAME 2000.dat Uppercase all CRC entries (#1372) 2023-06-12 01:41:10 -04:00
MAME 2003.dat Uppercase all CRC entries (#1372) 2023-06-12 01:41:10 -04:00
MAME 2010.dat Uppercase all CRC entries (#1372) 2023-06-12 01:41:10 -04:00
MAME 2015.dat Uppercase all CRC entries (#1372) 2023-06-12 01:41:10 -04:00
MAME 2016.dat Uppercase all CRC entries (#1372) 2023-06-12 01:41:10 -04:00