5 lines
121 B
Bash
5 lines
121 B
Bash
|
#!/bin/bash
|
||
|
# TODO copy .gz file based on date
|
||
|
# TODO gunzip original file
|
||
|
xalan -xsl outline.xsl -in contents.xml -text
|