1#!/bin/bash
2
3cd $(dirname "$0")/..
4pwd
5for n in 405 406 421 422 423
6do
7    wget -rc ftp://ssd.jpl.nasa.gov/pub/eph/planets/ascii/de$n/
8done
9