15 lines
476 B
Plaintext
Executable File
15 lines
476 B
Plaintext
Executable File
# Example Package for Cpp
|
|
python3 ../src/brsoa_create_package.py ../example example_cpp cpp
|
|
|
|
# Example Package for Python
|
|
python3 ../src/brsoa_create_package.py ../example example_python python
|
|
|
|
# Example Package for Java
|
|
python3 ../src/brsoa_create_package.py ../example example_java java
|
|
|
|
# Example Package for Rust
|
|
python3 ../src/brsoa_create_package.py ../example example_rust rust
|
|
|
|
# Example Package for Go
|
|
python3 ../src/brsoa_create_package.py ../example example_go go
|