1
0
mirror of https://frontier.innolan.net/rainlance/unzip.git synced 2026-03-20 17:20:47 +00:00
Files
unzip/tandem/doit
2015-03-23 19:34:59 +01:00

21 lines
348 B
Plaintext

?tacl macro
#frame
#push zipfile
#SET zipfile [#FILEINFO /SUBVOL/ A]
unzip -a [zipfile] *.c -x */*
== Following not required
RENAME apic apicz
RENAME apihelpc apihelpz
RENAME timezonc timezonz
unzip -a [zipfile] *.h -x */*
unzip -aj [zipfile] tandem/*.h
unzip -aj [zipfile] tandem/*.c
unzip -aj [zipfile] tandem/* -x tandem/*.*
#unframe