Skip to content

Commit

Permalink
fix: title lines in common scripts, fixes #357 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr authored Jan 26, 2025
1 parent de61cb3 commit 41e6db6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/scripts/common.v1.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Write the title of our command.
# Inform the user of the output they can expect.
echo "common commands:"

# Show the most commonly used commands.
Expand Down
2 changes: 1 addition & 1 deletion samples/scripts/common.v2.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Write the title of our command.
# Inform the user of the output they can expect.
echo "common commands:"

# The following variables control how the command runs.
Expand Down
2 changes: 1 addition & 1 deletion samples/scripts/common.v3.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Write the title of our command.
# Inform the user of the output they can expect.
echo "common commands:"

# The following variables control how the command runs.
Expand Down
2 changes: 1 addition & 1 deletion samples/scripts/common.v4.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Write the title of our command.
# Inform the user of the output they can expect.
echo "common commands:"

# The following variables control how the command runs.
Expand Down
2 changes: 1 addition & 1 deletion samples/scripts/common.v5.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Exit if any command fails.
set -e

# Write the title of our command.
# Inform the user of the output they can expect.
echo "common commands:"

# The following variables control how the command runs.
Expand Down

0 comments on commit 41e6db6

Please sign in to comment.