Files
chloeclaw/skills/clawddocs/scripts/fetch-doc.sh
2026-03-02 20:22:49 +00:00

8 lines
147 B
Bash

#!/bin/bash
# Fetch a specific doc
if [ -z "$1" ]; then
echo "Usage: fetch-doc.sh <path>"
exit 1
fi
echo "Fetching: https://docs.clawd.bot/$1"