Skip to content

Commit 6cc341d

Browse files
authored
Fix empty_readme.sh
1 parent c9c210d commit 6cc341d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/empty_readmes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/usr/bin/env sh
2-
# Find READMEs that are empty.
1+
#!/usr/bin/env bash
2+
# Find READMEs that are empty, because sometimes I forget to paste in the instructions.
33

44
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
55
. $SCRIPT_DIR/lib.sh

0 commit comments

Comments
 (0)