Skip to main content

strat9_kernel/shell/commands/sys/
test_pid.rs

1use super::*;
2
3/// Run PID namespace test routine.
4pub fn cmd_test_pid(args: &[String]) -> Result<(), ShellError> {
5    super::cmd_test_pid_impl(args)
6}