rc restructure

This commit is contained in:
2024-12-27 17:52:25 -05:00
parent 398f97c716
commit 4c26ed1b9f
2 changed files with 99 additions and 68 deletions

View File

@ -3,5 +3,4 @@ pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub mod shell;
mod commands;
mod ps;
mod rc;
mod tests;
mod rc;