Adding convert bash script
This commit is contained in:
parent
e0d79c6375
commit
752500dda9
4
convert.sh
Executable file
4
convert.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $(dirname "$0")
|
||||
xsltproc -o out.html view.xsl examples/$1.xml
|
Loading…
Reference in New Issue
Block a user