We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c210d commit 6cc341dCopy full SHA for 6cc341d
bin/empty_readmes.sh
@@ -1,5 +1,5 @@
1
-#!/usr/bin/env sh
2
-# Find READMEs that are empty.
+#!/usr/bin/env bash
+# Find READMEs that are empty, because sometimes I forget to paste in the instructions.
3
4
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
5
. $SCRIPT_DIR/lib.sh
0 commit comments