1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-04 16:13:50 +00:00
2015-01-19 22:47:09 +01:00

5 lines
83 B
Bash
Executable File

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