mirror of
https://github.com/worldforge/ember
synced 2026-08-13 16:23:06 -04:00
6 lines
289 B
Bash
Executable file
6 lines
289 B
Bash
Executable file
#!/bin/sh
|
|
(cd ../src/main/bindings/lua; ./update.sh)
|
|
(cd ../src/framework/bindings/lua; ./update.sh)
|
|
(cd ../src/components/ogre/scripting/bindings/lua; ./update.sh)
|
|
(cd ../src/components/ogre/widgets/adapters/atlas/bindings/lua; ./update.sh)
|
|
(cd ../src/services/bindings/lua; ./update.sh)
|