Question: I have a bash script running on Kali and I want the script to be zipped in a file including the original bash script to
I have a bash script running on Kali and I want the script to be zipped in a file including the original bash script to see the code. How do I execute the zip file to be placed within the desktop directory? Here is some of my code:

echo echo "System Report for:"hostname echo echo "Hostname is:"hostname echo echo "Current Date: " 'date +"%m-%d-%Y". echo "Current Time:" date"%T echo echo "System uptime is" uptime echo echo "Kernel Version:" uname -r
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
