From 3a6fbdc71ce234000aeb81d7aebae0db4e759414 Mon Sep 17 00:00:00 2001 From: "Alfin S. Thomas" Date: Wed, 24 Oct 2018 19:35:09 +0530 Subject: [PATCH] Added to the program More To your Program!!! --- ShellScript/ScriptQ4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellScript/ScriptQ4.sh b/ShellScript/ScriptQ4.sh index c17e3b3..84bc116 100755 --- a/ShellScript/ScriptQ4.sh +++ b/ShellScript/ScriptQ4.sh @@ -6,7 +6,7 @@ echo "Current User: $USER" echo "Home Directory: $HOME" echo "Operating System Type: $OSTYPE" echo "Current Working Directory: $PWD" -echo +echo "This Is a sad program !! I Hope you drown in shitzz " echo "Current Path: $PATH" echo echo -n "Number of users logged in: "; users | wc -w