File: doit

package info (click to toggle)
unzip 5.52-9etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,776 kB
  • ctags: 7,140
  • sloc: ansic: 49,152; cpp: 3,978; makefile: 2,310; asm: 1,583; sh: 91
file content (20 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
?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