Cross Reference: pretty.sh
xref
: /
hets
/
Isabelle
/
export
/
pretty.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
for
f
in
./
examples
/*.
isa
do
cat
$f |
tidy
-
utf8
-
xml
-w
255
-i -c -q -
asxml
>
"${f}
.pretty.xml
"
done