Skip to content

Commit 65dd11d

Browse files
authored
Ensure line breaks match
1 parent a36b9a4 commit 65dd11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/files/my_first_bash_script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
# This script loops through .txt files, returns the
3-
# file name, first line, and last line of the file
2+
# This script loops through .txt files, returns the file name,
3+
# first line, and last line of the file
44

55
for filename in *.txt
66
do

0 commit comments

Comments
 (0)