Skip to content

juszczakn/rshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rshell

A basic shell written and tested with rust-0.9pre. Not even close to guaranteed to compile with later versions, as rust is still changing very quickly.

As my first program, this was just to get a feeling for the language, and I'm sure is very buggy.

Compile

No dependencies on anything outside of the stdlib, simply compile with make and the executable should be named rshell.

Usage

Very basic. Allows for changing directories and calling executables found in your $PATH with parameters which only have output (not tested with executables that require input).

Problems

  • Does not support input

License

MIT

About

Barebones shell implemented in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages