diff options
Diffstat (limited to 'doc/build.sh')
| -rwxr-xr-x | doc/build.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build.sh b/doc/build.sh new file mode 100755 index 0000000..2881fa0 --- /dev/null +++ b/doc/build.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# Copyright (c) 2023 Nicolas Paul All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + + +set -e +rm -rf doc/dst +./crocc -out=doc/dst -url="https://crocc.nc0.fr" doc/src
\ No newline at end of file |
