~ubuntu-branches/ubuntu/intrepid/unzip/intrepid

« back to all changes in this revision

Viewing changes to tandem/doit

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-06-06 17:57:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040606175746-nl7p2dgp3aobyc2c
Tags: upstream-5.51
ImportĀ upstreamĀ versionĀ 5.51

Show diffs side-by-side

added added

removed removed

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