PhysLean/scripts/add-copilot.sh
2024-05-21 07:48:06 -04:00

14 lines
371 B
Bash
Executable file

#!/usr/bin/env bash
cp ./scripts/copilot_lakefile.txt lakefile.lean
lake update LeanCopilot
lake exe LeanCopilot/download
lake build
echo ".........................................................................."
echo "Please do not push changes to the following files: lakefile.lean, .lake/lakefile.olean,
.lake/lakefile.olean.trace, lake-manifest.json."