mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
4 lines
171 B
Bash
Executable File
4 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
./dat_converter "$1" "$2" && ./rarchdb_tool "$2" create-index crc crc && ./rarchdb_tool "$2" create-index md5 md5 && ./rarchdb_tool "$2" create-index sha1 sha1
|
|
|