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 ed3d8e8 commit d09076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##!/bin/bash
#!/bin/bash
md_to_be_tanslated="$({
find ./content -type f -name '*.en.md' | sed 's/.en.md/.md/'
find ./content -type f -name '*.md' | grep -v '.en.md'
Expand Down

0 comments on commit d09076c

Please sign in to comment.