From a03ec506a2b1cfbdab2dfeb253f1ee5db0cfd84e Mon Sep 17 00:00:00 2001 From: Andrey Elizarov Date: Sun, 26 May 2024 14:35:15 +0400 Subject: [PATCH] Update fetch-footprints.sh --- fetch-footprints.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/fetch-footprints.sh b/fetch-footprints.sh index 4151f1a..2941a5d 100755 --- a/fetch-footprints.sh +++ b/fetch-footprints.sh @@ -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.