5 lines
131 B
Bash
5 lines
131 B
Bash
|
#!/usr/bin/bash
|
||
|
python3 ./autogen/convert_structs.py
|
||
|
python3 ./autogen/convert_functions.py
|
||
|
python3 ./autogen/convert_constants.py
|