summaryrefslogtreecommitdiff
path: root/tandem/doit
diff options
context:
space:
mode:
Diffstat (limited to 'tandem/doit')
-rw-r--r--tandem/doit21
1 files changed, 21 insertions, 0 deletions
diff --git a/tandem/doit b/tandem/doit
new file mode 100644
index 0000000..1388730
--- /dev/null
+++ b/tandem/doit
@@ -0,0 +1,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