1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-21 22:20:59 +00:00

5 lines
83 B
Plaintext
Raw Normal View History

2015-01-19 22:47:09 +01:00
#!/bin/sh
rdb_file="$1"
shift 1
./lua_converter "$rdb_file" dat_converter.lua "$@"