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 9e33864 commit 0c3d49cCopy full SHA for 0c3d49c
bin/ztoq.sh
@@ -1,8 +1,10 @@
1
#!/bin/bash
2
3
FILE=$1
4
-
5
FILENAME=$(basename "$FILE" .md)
+
6
+echo "Converting $FILE to Qiita format 🚀"
7
8
if [[ "$FILE" != ./articles/* ]]; then
9
if [[ -f "qiita/public/$FILENAME.md" ]]; then
10
echo "delete qiita/public/$FILENAME.md cuz it's not included in articles/"
0 commit comments