doit 370 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 timezonc timezonz
  9. unzip -a [zipfile] *.h -x */*
  10. == Following not required
  11. RENAME apih apizh
  12. unzip -aj [zipfile] tandem/*.h
  13. unzip -aj [zipfile] tandem/*.c
  14. unzip -aj [zipfile] tandem/* -x tandem/*.*
  15. #unframe