Created
March 17, 2014 20:20
-
-
Save gilesc/9607495 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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