shell: implement version command

This commit is contained in:
S.J.R. van Schaik 2017-07-27 10:51:54 +02:00
parent 149281f694
commit 6570ab27c9
3 changed files with 20 additions and 0 deletions

3
include/shell/version.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
void shell_version(struct console *con, const char **argv, size_t argc);