0
0
mirror of https://github.com/libretro/libretro-database synced 2025-03-14 07:47:36 +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
..
2017-07-18 08:06:04 -04:00
2023-06-12 01:41:10 -04:00