Delete 'Update Missing/update.sh~'

This commit is contained in:
FrederikBaerentsen 2022-07-08 10:34:05 +02:00
parent e6c4b94d34
commit 513ef29ca3

View File

@ -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"