1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-26 03:02:17 -05:00

add batch file for extracting deb files (myspell)

This commit is contained in:
berkeviktor@aol.com 2010-10-01 21:00:43 +02:00
parent b1f9c2cef1
commit d7db6fabfb

2
build/deb-extract.bat Normal file
View File

@ -0,0 +1,2 @@
@echo off
for %%A in (*.deb) do 7z x %%A && 7z x data.tar && del data.tar