diff --git a/script2.sh b/script2.sh new file mode 100755 index 0000000..b612d42 --- /dev/null +++ b/script2.sh @@ -0,0 +1,10 @@ +#!/bin/bash +#this script will show your username +#and the currently running processes +echo "" +echo "Hello $USER" +echo "" +echo "Welcome $USER. I will be telling you about the currently running processes." +echo "" +echo "Running processes..." +ps