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 5d7d00e commit b7440a7Copy full SHA for b7440a7
bin/ztoq.sh
@@ -2,8 +2,8 @@
2
3
FILE=$1
4
5
-if [[ $FILE != ./articles/* ]]; then
6
- continue
+if [ $FILE != ./articles/* ]; then
+ exit 0
7
fi
8
9
FILENAME=$(basename $FILE .md)
0 commit comments