From bd1fad222322e638a154d4cdec28f247b3d9002b Mon Sep 17 00:00:00 2001 From: jowi Date: Sun, 6 Oct 2024 10:53:23 -0400 Subject: [PATCH] feat(entry): attempt shellcheck giving a warning without script error --- bin/dirclean.sh | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 bin/dirclean.sh diff --git a/bin/dirclean.sh b/bin/dirclean.sh old mode 100644 new mode 100755 index aeea7c7..088f282 --- a/bin/dirclean.sh +++ b/bin/dirclean.sh @@ -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