Moved Bin/ to bin/
This commit is contained in:
parent
d5c79fcfc2
commit
39772dcd24
32 changed files with 9 additions and 9 deletions
6
bin/to_utf-8
Executable file
6
bin/to_utf-8
Executable file
|
@ -0,0 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
for i in "*.${1}"; do
|
||||
iconv -f iso-8859-15 -t utf-8 ${i} > ${i}.tmp
|
||||
mv ${i}.tmp ${i}
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue