- Can be used in any Operating System but Bellande Operating System works optimally when you use Bellos Scripting Language
- https://git.bellande-technologies.com/BAIXRI/bellos_application_manager
- https://github.com/Application-Interoperability-Xenogen/bellos_application_manager
- https://gitlab.com/Bellande-Application-Interoperability-Xenogen-Research-Innovation-Center/bellos_application_manager
- Command Execution: Run both built-in and external commands.
- Variable Assignment and Expansion: Assign and use variables within scripts or interactive mode.
- Control Structures: Implement logic flow using if-else statements, while loops, and for loops.
- Functions: Define and call custom functions.
- File Operations: Perform basic file I/O operations.
- Pipelines: Chain commands together using pipes.
- Input/Output Redirection: Redirect command input and output to and from files.
- Background Jobs: Run commands in the background.
- Environment Variable Handling: Access and modify environment variables.
- https://github.com/Architecture-Mechanism/bellos_installer
- After install you can run the script with
./hello_world.bellos
- https://git.bellande-technologies.com/BAMRI/bellande_rust_executable
- https://github.com/Architecture-Mechanism/bellande_rust_executable
- https://gitlab.com/Bellande-Architecture-Mechanism-Research-Innovation-Center/bellande_rust_executable
bellande_rust_executable -d dependencies.bellande -s src -m bellos.rs -o executable/bellos
- https://git.bellande-technologies.com/BAMRI/bellande_importer
- https://github.com/Architecture-Mechanism/bellande_importer
- https://gitlab.com/Bellande-Architecture-Mechanism-Research-Innovation-Center/bellande_importer
./bellos hello_world.bellos
./bellos
- echo [args...]: Print arguments to standard output.
- cd [directory]: Change the current working directory.
- exit: Exit the shell.
- write : Write content to a file.
- append : Append content to a file.
- read : Read and display the contents of a file.
- read_lines : Read and display the contents of a file line by line.
- delete : Delete a file.
cargo add bellos
Name: bellos
Summary: Bellande Operating System Scripting Language
Home-page: github.com/Architecture-Mechanism/bellos
Author: Ronaldson Bellande
Author-email: [email protected]
License: GNU General Public License v3.0
Bellos is a BellandeOS Scripting Language is distributed under the GNU General Public License v3.0, see LICENSE and NOTICE for more information.
Bellos is distributed under the CODE_OF_CONDUCT and NOTICE for more information.