View difference between Paste ID: WRXukdsf and h7Z0TeFH
SHOW: | | - or go back to the newest paste.
1
#
2
# Backfill LGM
3
#
4
set -e
5
set -x
6
7
echo "Starting: " $(date)
8
export TERM=xterm
9
10
. /etc/portion.env
11
. /etc/profile.d/runtime-context.sh
12
lgm-run 2015-04-28
13
lgm-run 2015-04-29
14
lgm-run 2015-04-30
15
lgm-run 2015-05-01
16
lgm-run 2015-05-04
17
18
echo "Done: " $(date)