Skip to content

Commit

Permalink
congrats
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-mee committed Apr 2, 2024
1 parent 3e56a4f commit dd1faf6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions script5.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

#this script creates a random file
#and shows the user where it has been stored

echo "Hello $USER"

echo "$(date)" >> "$(uptime)".txt

echo "Your file has been stored in $(pwd)"

0 comments on commit dd1faf6

Please sign in to comment.