We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3561a5 commit 6af2172Copy full SHA for 6af2172
1 file changed
crates/shell/src/bin/ping.rs
@@ -13,6 +13,7 @@ extern "C" fn main(argc: usize, argv: *const *const u8) -> ! {
13
let arg_bytes = arg.to_bytes();
14
let arg_str = core::str::from_utf8(arg_bytes).unwrap();
15
16
+ println!("| ping: {}", arg_str);
17
//Add ping to the kernel
18
19
ulib::sys::exit(0);
0 commit comments