mirror of
https://github.com/mii443/breakout-checker.git
synced 2025-08-22 15:15:26 +00:00
wip
This commit is contained in:
@ -9,8 +9,7 @@ fn main() -> Result<(), std::io::Error> {
|
||||
let host_root = &args[1].trim_end_matches("/");
|
||||
println!("Breakout prelude");
|
||||
prelude(host_root)?;
|
||||
println!("procfs breakout");
|
||||
println!("{:?}", procfs_breakout(host_root));
|
||||
println!("procfs breakout: {:?}", procfs_breakout(host_root));
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user