Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Oct 8, 2023
1 parent 049e9a9 commit ed3d8e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions translate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ md_to_be_tanslated="$({
} | sort | uniq -u)"

echo "$md_to_be_tanslated" | while read -r line; do
echo "start to translate $line"
chatgpt-md-translator -m 4 -f 1000 "$line" --out-suffix=.en.md

done

0 comments on commit ed3d8e8

Please sign in to comment.