Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
mottox2 committed Jun 27, 2024
1 parent efd05c9 commit 6daaaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert-markdown.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
for file in `ls ./src/*.md`
do
echo "Converting $file to ${file%.md}.re"
cat "$file" > "${file%.md}.re"
md2review "$file" > "${file%.md}.re"
done

0 comments on commit 6daaaa3

Please sign in to comment.