From e0459f3d06d27c30f836ebc50fbf03fba7c9b8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Fri, 27 Aug 2021 14:55:12 +0200 Subject: [PATCH] Update buildLabel.sh --- utils/buildLabel.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/utils/buildLabel.sh b/utils/buildLabel.sh index 46e6a6b..b855208 100755 --- a/utils/buildLabel.sh +++ b/utils/buildLabel.sh @@ -10,11 +10,6 @@ downloadURL=${1?:"need to provide a download URL"} # Usage # ./buildLabel.sh - -# create temporary working directory -# tmpDir=$(mktemp -d ) # create a temporary folder, can be removed in the bottom of script -# tmpDir=$(dirname "$0") # (REMEMBER to comment out removal of tmpDir in bottom of script) - tmpDir=$(pwd) # use working directory as download folder (REMEMBER to comment out removal of tmpDir in bottom of script) # change directory to temporary working directory @@ -150,9 +145,5 @@ echo "Above should be saved in a file with exact same name as label, and given e echo "Put this file in folder “fragments/labels”." echo -#if [ -e "${tmpDir}" ]; then -# #echo "deleting tmp dir" -# rm -rf "${tmpDir}" -#fi exit 0