Skip to content

Commit

Permalink
remove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Nov 14, 2023
1 parent 44307cc commit 1cba5b1
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 183 deletions.
39 changes: 0 additions & 39 deletions Dockerfile

This file was deleted.

51 changes: 0 additions & 51 deletions scripts/detect_errors.py

This file was deleted.

53 changes: 0 additions & 53 deletions scripts/fetch_olean_cache.sh

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/get_cache.sh

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/mk_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# ./scripts/mk_all.sh data/real
# ./scripts/mk_all.sh ../archive
#
# Makes a mathlib/src/$directory/all.lean importing all files inside $directory.
# If $directory is omitted, creates `mathlib/src/all.lean`.
# Makes a $directory/../$directory.lean file importing all files inside $directory.
# If $directory is omitted, creates `LeanCamCombi.lean`.

cd "$( dirname "${BASH_SOURCE[0]}" )"/../LeanCamCombi
if [[ $# = 1 ]]; then
Expand Down
2 changes: 0 additions & 2 deletions scripts/nolints.txt

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/update_nolints.sh

This file was deleted.

0 comments on commit 1cba5b1

Please sign in to comment.