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