mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 19:22:39 +01:00
3 lines
76 B
Batchfile
3 lines
76 B
Batchfile
|
@echo off
|
||
|
for %%A in (*.deb) do 7z x %%A && 7z x data.tar && del data.tar
|