You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/scripts/generate-docs.sh

10 lines
206 B
Bash

#!/bin/sh
# Extract the documentation.
echo "Extracting docs.."
./scripts/_docs/extract-all-docs.sh || exit 1
# Build the documentation.
echo "Building docs.."
./scripts/_docs/build-all-docs.sh || exit 2