File: doit

package info (click to toggle)
zip 3.0-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,588 kB
  • sloc: ansic: 50,445; asm: 3,907; makefile: 858; sh: 42
file content (21 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
?tacl macro
#frame
#push zipfile
#SET zipfile [#FILEINFO /SUBVOL/ A]

unzip -a [zipfile] *.c  -x */*
== Following not required
RENAME apic     apicz
RENAME timezonc timezonz

unzip -a [zipfile] *.h -x */*
== Following not required
RENAME apih    apizh

unzip -aj [zipfile] tandem/*.h

unzip -aj [zipfile] tandem/*.c

unzip -aj [zipfile] tandem/* -x tandem/*.*

#unframe