From 41a10098a66df0a6dd6d9b14be74e056aff45c0d Mon Sep 17 00:00:00 2001 From: MisterJHYDE <44593702+MisterJHYDE@users.noreply.github.com> Date: Tue, 30 Oct 2018 07:25:04 +0530 Subject: [PATCH] Update ShellScript2.sh --- ShellScript2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellScript2.sh b/ShellScript2.sh index 75a8fd6..c299882 100755 --- a/ShellScript2.sh +++ b/ShellScript2.sh @@ -1,6 +1,6 @@ #!/bin/bash #5. Write shell script to show various system configuration - +#hey 2nd time echo "OS Version, Release Number, Kernel: "; uname -a echo echo "Available Shells: "; cat /etc/shells