From 8589e83fd06b2d14ed4e0136093491eef147b058 Mon Sep 17 00:00:00 2001 From: stevepchacko <41826421+stevepchacko@users.noreply.github.com> Date: Wed, 24 Oct 2018 19:23:44 +0530 Subject: [PATCH] Update ShellScript2.sh i added a comment --- ShellScript2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellScript2.sh b/ShellScript2.sh index 75a8fd6..974576f 100755 --- a/ShellScript2.sh +++ b/ShellScript2.sh @@ -1,6 +1,6 @@ #!/bin/bash #5. Write shell script to show various system configuration - +#hey wassup man im steve! echo "OS Version, Release Number, Kernel: "; uname -a echo echo "Available Shells: "; cat /etc/shells