diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-10-20 00:18:44 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-10-20 00:18:44 +0200 |
commit | cf2ba20ddbc3ffb0291e065278ee5a0904b74088 (patch) | |
tree | c93723f36d362e167840865a0d369614fbf764c9 | |
parent | 8071f8174e2ae1c328f9bbd14cb2570bd9c1fae9 (diff) |
initscript prints current linux version
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rwxr-xr-x | skeleton/init | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skeleton/init b/skeleton/init index 7ab7ad9..1f2cadd 100755 --- a/skeleton/init +++ b/skeleton/init @@ -25,10 +25,10 @@ cat <<EOF Boot took $(cut -d' ' -f1 /proc/uptime) seconds - _ _ __ _ - /\/\ (_)_ __ (_) / /(_)_ __ _ ___ __ - / \| | '_ \| | / / | | '_ \| | | \ \/ / - / /\/\ \ | | | | | / /__| | | | | |_| |> < + _ _ __ _ + /\/\ (_)_ __ (_) / /(_)_ __ _ ___ __ + / \| | '_ \| | / / | | '_ \| | | \ \/ / + / /\/\ \ | | | | | / /__| | | | | |_| |> < $(uname -r) \/ \/_|_| |_|_| \____/_|_| |_|\__,_/_/\_\ ======================= |