Skip to content

Commit 8b50a42

Browse files
committed
forgotten ping file
1 parent e98e9f1 commit 8b50a42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/shell/src/bin/ping.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ extern "C" fn main(argc: usize, argv: *const *const u8) -> ! {
1313
let arg_bytes = arg.to_bytes();
1414
let arg_str = core::str::from_utf8(arg_bytes).unwrap();
1515

16+
println!("| ping: {}", arg_str);
1617
//Add ping to the kernel
1718

1819
ulib::sys::exit(0);

0 commit comments

Comments
 (0)