Skip to content

Commit

Permalink
Update fetch-footprints.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vigilancer authored May 26, 2024
1 parent e014d35 commit a03ec50
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions fetch-footprints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
[ -z $DEBUG ] || set -x
set -eu -o pipefail

finish_abnormal() {
:
}

finish_normal() {
:
}

trap finish_abnormal INT TERM
trap finish_normal EXIT

usage="
Footprints downloader.
Expand Down

0 comments on commit a03ec50

Please sign in to comment.