1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-28 22:13:51 +00:00

5 lines
84 B
Plaintext
Raw Normal View History

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