1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 17:58:41 +00:00
RetroArch/libretro-db/dat_converter
2016-01-26 08:41:07 +01:00

5 lines
84 B
Bash
Executable File

#!/bin/sh
rdb_file="$1"
shift 1
./lua_converter "$rdb_file" dat_converter.lua "$@"