This commit is contained in:
rhpidfyre 2024-12-27 17:54:01 -05:00
parent 4c26ed1b9f
commit ad8c6a97c5

@ -1,6 +1,7 @@
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub mod shell;
mod commands;
mod ps;
mod rc;