Restructuring the repo
This commit is contained in:
parent
21e3cf65e6
commit
3d67598c27
45 changed files with 368 additions and 77 deletions
5
misc/fixenc
Executable file
5
misc/fixenc
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
for i in "$@"; do
|
||||
dos2unix $i &>/dev/null
|
||||
iconv -fLATIN1 -tUTF8 $i | sponge $i
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue