1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-29 13:20:30 +00:00
2015-10-25 09:15:36 +01:00

6 lines
120 B
Bash
Executable File

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