0
0
mirror of https://github.com/libretro/libretro-database synced 2025-01-30 18:21:39 +00:00
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
..
2023-06-12 01:41:10 -04:00