1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-23 19:21:03 +00:00

5 lines
82 B
Plaintext
Raw Normal View History

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