1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
RetroArch/libretro-db/dat_converter
2015-02-19 00:47:19 +01:00

5 lines
83 B
Bash
Executable File

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