Skip to content

Commit 5324de9

Browse files
committed
Fix script-02.sh solution.
1 parent b9e24ae commit 5324de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ set -euo pipefail
1212
# I was tempted to take a bite of it.
1313
# But this seemed like a bad idea...
1414

15-
cat ../helper-files/helper-1.txt ../helper-files/helper-2.txt ../helper-files/helper-3.txt
15+
cat ../helper-files/*

0 commit comments

Comments
 (0)