Skip to content

Commit

Permalink
feat(entry): attempt shellcheck giving a warning without script error
Browse files Browse the repository at this point in the history
  • Loading branch information
JowiAoun committed Oct 6, 2024
1 parent 9ac7406 commit bd1fad2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/dirclean.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/bin/bash

n=4

echo "I love clean repositories!"

if (( $n > 5 )); then
echo "Does not error out, but should be picked up by ShellCheck!"
fi

0 comments on commit bd1fad2

Please sign in to comment.