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("/");
|
let host_root = &args[1].trim_end_matches("/");
|
||||||
println!("Breakout prelude");
|
println!("Breakout prelude");
|
||||||
prelude(host_root)?;
|
prelude(host_root)?;
|
||||||
println!("procfs breakout");
|
println!("procfs breakout: {:?}", procfs_breakout(host_root));
|
||||||
println!("{:?}", procfs_breakout(host_root));
|
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user