5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd src/assets/models
|
|
blender emulator.blend --background --python export_obj.py
|