Advertisement
dcuddihy-acr-me

Untitled

May 5th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement