From 513ef29ca3ad4db9013e52b6b3da9dd8ba42ee26 Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Fri, 8 Jul 2022 10:34:05 +0200 Subject: [PATCH] Delete 'Update Missing/update.sh~' --- Update Missing/update.sh~ | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Update Missing/update.sh~ diff --git a/Update Missing/update.sh~ b/Update Missing/update.sh~ deleted file mode 100644 index 983d96b..0000000 --- a/Update Missing/update.sh~ +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -d=`date +%Y%m%d` - -echo "Todays date $d" - -#mv "missing.mcl" "missing_old.mcl" - -fromdate=$(ls -1 *_latest.mcl |grep -Eo '[[:digit:]]{8}') - -echo "Last date run $fromdate" - - -py -2 "update_missing.py" "$fromdate""_latest.mcl" "$d"".mcl" 9718933c0a3aa4407d6995d0f3bb310f5ee977f2 $fromdate $d - -cp "$d"".mcl" "$d""_latest.mcl" -