mirror of
https://github.com/moparisthebest/hexchat
synced 2025-02-07 19:00:38 -05: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
|