Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 778 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 778 Bytes

coconush🥥

概要

Rustで実装した自作シェルです。lscdなどの基本的なコマンドを一通り実行できます。

使用技術

  • rustc 1.57.0

機能

  • lspwd,などの基本的なコマンドの実行
  • cdコマンドを使ったディレクトリの移動
  • exitコマンドを使ったシェルの終了
  • ユーザー名とPC名の表示
  • カレントディレクトリの表示

Links