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