Skip to content

Rustybox is something like busybox, but written in Rust language.

License

Notifications You must be signed in to change notification settings

rwmacleod/rustybox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustybox

Rustybox is something like busybox, but written in Rust language.

How to build

To compile, run

rustc rustybox.rs

and an executable named rustybox will be generated in the current directory.

To run a tool, just execute

./rustybox cal

Or, you can create a symbolic link to rustybox

ln -s rustybox cal
./cal

License

Rustybox is released under MIT license

About

Rustybox is something like busybox, but written in Rust language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 72.0%
  • Shell 28.0%