Bemly_ Shell is a simple shell, written in Rust.
Go to file
2024-11-01 23:50:07 +08:00
docs Add files via upload 2024-11-01 23:50:07 +08:00
src implemented Change DIR function. 2024-08-09 00:43:38 +08:00
target/release create first release version. 2024-08-09 00:52:16 +08:00
tests no more. 2024-08-08 20:52:02 +08:00
Cargo.toml upload document 2024-08-09 01:40:20 +08:00
CNAME Create CNAME 2024-08-09 01:55:09 +08:00
LICENSE Create LICENSE 2024-08-09 02:40:05 +08:00
README.md Update README.md 2024-08-08 16:23:25 +08:00

BESH

Bemly_ Shell is a simple shell, written in Rust.

inspired by lsh: https://github.com/brenns10/lsh

Usage

besh -h | --help 帮助

  -v | --version  版本
  
  -u | --use-libc 使用unsafe的libc库进行更底层的shell

besh <*.besh [args]> 执行besh语言脚本

besh <command [args]> 直接执行传入命令

besh 默认进入besh环境

Build

git clone https://github.com/Bemly/Besh.git

cargo build --release

cd ./target/release

./besh

Install

v0.0.1 Nightly Tester None