1 2 3 4 5 6 7 8 9 10
use fast_files::*; fn main() { let mut state = State::new(); state.build("ff_directories.txt".to_string(), "ff_launchcommands.txt".to_string()); std::process::Command::new("clear").status().unwrap(); start_splash(); state.main_menu(); }