mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
6 lines
97 B
Bash
6 lines
97 B
Bash
#!/bin/sh
|
|
|
|
rm -f testfile.xml
|
|
./mxmldoc testfile.xml testfile.cxx >testfile.html 2>testfile.log
|
|
|