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