Skip to content

Commit c285238

Browse files
Fix Individual Shell Tools scripts so all exercises pass
1 parent cd830fc commit c285238

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

individual-shell-tools/cat/script-03.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ set -euo pipefail
99
# 1 It looked delicious.
1010
# 2 I was tempted to take a bite of it.
1111
# 3 But this seemed like a bad idea...
12-
13-
cat -n ../helper-files/helper-3.txt
12+
cat -n ../helper-files/helper-3.txt

0 commit comments

Comments
 (0)