An open API service indexing awesome lists of open source software.

https://github.com/moisutsu/lsh-rust

Rustによる簡易シェルLSHの移植
https://github.com/moisutsu/lsh-rust

lsh rust shell

Last synced: 2 months ago
JSON representation

Rustによる簡易シェルLSHの移植

Awesome Lists containing this project

README

          

# LSH - Rust
[C言語で書かれた簡易シェルLSH](https://github.com/brenns10/lsh)をRustで移植してみました.さらに追加で `ls`, `pwd` も実装しました.

## 実行方法
Cargoが入っている環境で `cargo run` を実行.

## 使用できるコマンド
- cd
- help
- exit
- ls
- pwd