mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07:00
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
rdb_file="$1"
|
|
shift 1
|
|
./lua_converter "$rdb_file" dat_converter.lua "$@"
|