Skip to content
Snippets Groups Projects
Commit 700bfe94 authored by Maël Madon's avatar Maël Madon
Browse files

add curl option -k for certificate problems

parent 993c3abe
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
#cut the workload for our experiments #cut the workload for our experiments
curl -L -o - http://www.cs.huji.ac.il/labs/parallel/workload/l_metacentrum2/METACENTRUM-2013-3.swf.gz | gunzip > workload/METACENTRUM-2013-3.swf curl -L -o - http://www.cs.huji.ac.il/labs/parallel/workload/l_metacentrum2/METACENTRUM-2013-3.swf.gz -k | gunzip > workload/METACENTRUM-2013-3.swf
jun1=44578794; jun1=44578794;
nov30=60393593; nov30=60393593;
nb_hour=15; nb_hour=15;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment