Commit 78c77c70 authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Kirill Smelkov

Набросок astextplain для reg

Signed-off-by: default avatarKirill Smelkov <kirr@mns.spb.ru>
parent cbe9a631
#!/bin/sh -e
# dump a .reg in astextplain style
# .reg файлы хранятся в кодировке UCS-2
iconv -fUCS-2 -tUTF-8 "$1"
application/msaccess; mdb-astextplain '%s'; copiousoutput
application/msexcel; xls-astextplain '%s'; copiousoutput
application/vnd.ms-excel; xls-astextplain '%s'; copiousoutput
application/msregedit; reg-astextplain '%s'; copiousoutput
application/msregedit reg
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment