Skip to content

Commit

Permalink
my second bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-mee committed Apr 1, 2024
1 parent 028f072 commit a46a1bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions script2.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a46a1bb

Please sign in to comment.