Skip to content

Commit 0c3d49c

Browse files
committed
✨ feat: display message about execution starting
1 parent 9e33864 commit 0c3d49c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/ztoq.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/bin/bash
22

33
FILE=$1
4-
54
FILENAME=$(basename "$FILE" .md)
5+
6+
echo "Converting $FILE to Qiita format 🚀"
7+
68
if [[ "$FILE" != ./articles/* ]]; then
79
if [[ -f "qiita/public/$FILENAME.md" ]]; then
810
echo "delete qiita/public/$FILENAME.md cuz it's not included in articles/"

0 commit comments

Comments
 (0)