kolibrios/programs/fs/unzip60/tandem/doit
siemargl e9b1c1bac6 unzip initial commit
git-svn-id: svn://kolibrios.org@6725 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-18 13:40:05 +00: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