aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/tutorial/make_source.sh
blob: b6b116439e0cc366a35cbf41813bd56972b73613 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
# Copyright Vespa.ai. 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>"