mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00: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
|