Skip to content

Commit

Permalink
commented out last script
Browse files Browse the repository at this point in the history
  • Loading branch information
mallorysmith64 committed Nov 18, 2019
1 parent 37d3c44 commit 9762688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@


#Create Folder and Write to File: first echo writes to file created, 2nd echo consoles response
mkdir hello
touch "hello/world.txt"
echo "Hello World" >> "hello/world.txt"
echo "Created hello/world.txt"
# mkdir hello
# touch "hello/world.txt"
# echo "Hello World" >> "hello/world.txt"
# echo "Created hello/world.txt"

0 comments on commit 9762688

Please sign in to comment.