runproclike 0.1.1

runproclike is a CLI utility that analyzes a running process by its PID and prints the command and its environment in a reproducible form.
1
2
3
4
5
6
7
mod cli;
mod executable;

fn main() {
    // Launch fuse client
    cli::main()
}