Home | History | Annotate | Download | only in miniroot

Lines Matching refs:fetch

727 	# Prepare ftp-fetch script to fetch binary sets
731 echo "#!/bin/sh" > /tmp/ftp-fetch.sh
732 echo "cd /mnt" >> /tmp/ftp-fetch.sh
733 echo "mkdir -p $_download_dir" >> /tmp/ftp-fetch.sh
754 # to the ftp-fetch script.
766 /tmp/ftp-fetch.sh
768 /tmp/ftp-fetch.sh
770 /tmp/ftp-fetch.sh
772 /tmp/ftp-fetch.sh
774 /tmp/ftp-fetch.sh
782 sh /tmp/ftp-fetch.sh
783 rm -f /tmp/ftp-fetch.sh