aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/tutorial/make_source.sh
blob: 85b89662144c67c9da38517baa2758425559007c (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
filename=$1
echo "<h2>$filename</h2>"
echo "<pre class=\"prettyprint linenums\">"
(cat $filename | ./xml_escape)
echo "</pre>"