1
0
mirror of https://github.com/libretro/libretro-database synced 2024-11-27 06:48:56 +00:00
libretro-database/metadat/headered
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
..
Atari - 7800.dat Uppercase all CRC entries (#1372) 2023-06-12 01:41:10 -04:00
Atari - Lynx.dat Uppercase all CRC entries (#1372) 2023-06-12 01:41:10 -04:00
Nintendo - Nintendo Entertainment System.dat Uppercase all CRC entries (#1372) 2023-06-12 01:41:10 -04:00