Skip to content

This is a console written in Rust. It can execute simple commands, redirect input and output streams, execute a pipeline

License

Notifications You must be signed in to change notification settings

HackAss2002/rust_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust shell

Rust

Description

This is a console written in Rust. It can execute simple commands, redirect input and output streams, execute a pipeline


Getting started

$ cargo build -r
$ cd target/release
$ ./rust_shell

Examples:

$ ls -la
$ cat file.txt > 1.txt
$ echo hello | tail -n 10 | wc -c

Tests

$ cargo test

About

This is a console written in Rust. It can execute simple commands, redirect input and output streams, execute a pipeline

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages