Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed Dec 14, 2024
1 parent 67955a3 commit 12bb791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rename files/Remove accents (translit.)
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ _main_task() {

# Remove accents (transliterate).
output_file=$(iconv -f utf8 -t ascii//TRANSLIT <<<"$filename")
_check_output "$?" "$output_file" "$input_file" "" || return 1

# Run the main process.
_move_file "skip" "$input_file" "$dir/$output_file" || return 1
Expand Down

0 comments on commit 12bb791

Please sign in to comment.