Clarify the hobbies.txt goal

This commit is contained in:
blinry 2021-01-14 14:06:39 +01:00
parent 52bbae4594
commit 0471c92158

View file

@ -31,7 +31,7 @@ git commit -m "Added two hobbies"
# Get a copy of her timeline using `git clone`! # Get a copy of her timeline using `git clone`!
test -d .git test -d .git
# Add at least two more items to the list! # Add at least two more lines to hobbies.txt
test "$(cat hobbies.txt |wc -l)" -ge 6 test "$(cat hobbies.txt |wc -l)" -ge 6
# Commit your result. # Commit your result.