mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
3 lines
51 B
Bash
3 lines
51 B
Bash
#!/usr/bin/env sh
|
|
set -e
|
|
node ./tablegen-x86.js $@
|