Skip to content

Instantly share code, notes, and snippets.

@gilesc
Created March 17, 2014 20:20
Show Gist options
  • Save gilesc/9607495 to your computer and use it in GitHub Desktop.
Save gilesc/9607495 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
cat <<EOF | ftp
open hgdownload.cse.ucsc.edu
anonymous
[email protected]
cd goldenPath/mm9/database
prompt
mget chr*rmsk.txt.gz
bye
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment