6 lines
126 B
Bash
6 lines
126 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cat 00000.header | iconv -f utf-8 -t utf-16 > gost.dsl
|
||
|
python3 lingvo.py | iconv -f utf-8 -t utf-16 >> gost.dsl
|
||
|
|