restructuring
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
for %%A in (*.deb) do 7z x %%A && 7z x data.tar && del data.tar
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
for %%A in (*.deb) do 7z x %%A && 7z x data.tar && del data.tar
|
||||