5 lines
84 B
Bash
5 lines
84 B
Bash
|
#!/bin/bash -xe
|
||
|
|
||
|
mkdir -p target/
|
||
|
/usr/bin/xmllint -noent $1 > target/`basename $1`
|