1 2 3 4 5
//! rnsh - Reticulum Remote Shell Utility fn main() { std::process::exit(rns_cli::rnsh::main()); }