5 lines
263 B
Bash
Executable File
5 lines
263 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# el-ui-native-codegen — el-ui component DSL → el-native API calls
|
|
# Auto-generated by build.sh — do not edit.
|
|
exec python3 "/Users/will/Development/neuron-technologies/foundation/el/ui/tools/native-codegen/el_ui_native_codegen.py" "$@"
|