Skip to content

Commit

Permalink
simplify raw
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Aug 2, 2024
1 parent 44af846 commit 6e562ba
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions monthly_summary.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

: <<'BASH_DOC_MODULE'
This command
BASH_DOC_MODULE


repository='leanprover-community/mathlib4'
baseUrl="https://github.com/${repository}/pull/"

Expand All @@ -19,11 +26,7 @@ if [ "$#" -gt 2 ]; then
exit 1
fi

raw=""
if [ "${2}" == "raw" ]
then
raw=raw
fi
raw="${2}"

rm -rf found_by_gh.txt found_by_git.txt

Expand Down

0 comments on commit 6e562ba

Please sign in to comment.