1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-15 00:40:06 +00:00
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 "$@"