Skip to content
Snippets Groups Projects
Verified Commit 71627845 authored by David Hoese's avatar David Hoese
Browse files

Fix shell script saving files to a single filename

Closes MetObsSite#6
parent c614c526
No related branches found
No related tags found
1 merge request!4Fix shell script saving files to a single filename
......@@ -138,7 +138,7 @@ fi
cd data
# get files
xargs -n1 curl --create-dirs -o \'#1\' <<EOF
xargs -n1 curl --create-dirs -O <<EOF
{url_list}
EOF
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment