summary refs log tree commit diff stats
path: root/win32/deb-extract.bat
blob: 913397b9020275a8c89b3dbce485691041339b59 (plain) (blame)
1
2
@echo off
for %%A in (*.deb) do 7z x %%A && 7z x data.tar && del data.tar