doit 348 B

123456789101112131415161718192021
  1. ?tacl macro
  2. #frame
  3. #push zipfile
  4. #SET zipfile [#FILEINFO /SUBVOL/ A]
  5. unzip -a [zipfile] *.c -x */*
  6. == Following not required
  7. RENAME apic apicz
  8. RENAME apihelpc apihelpz
  9. RENAME timezonc timezonz
  10. unzip -a [zipfile] *.h -x */*
  11. unzip -aj [zipfile] tandem/*.h
  12. unzip -aj [zipfile] tandem/*.c
  13. unzip -aj [zipfile] tandem/* -x tandem/*.*
  14. #unframe