From a04f7b4cf00c71c2f74eb754d446bd000192f299 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 15 Jul 2021 12:16:56 +0200 Subject: [PATCH] Simple shell to download sample matrices --- samples/simple/fileread/runs/mat_dwnload.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 samples/simple/fileread/runs/mat_dwnload.sh diff --git a/samples/simple/fileread/runs/mat_dwnload.sh b/samples/simple/fileread/runs/mat_dwnload.sh new file mode 100644 index 00000000..64d91be9 --- /dev/null +++ b/samples/simple/fileread/runs/mat_dwnload.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +wget https://suitesparse-collection-website.herokuapp.com/MM/Schmid/thermal2.tar.gz +wget https://suitesparse-collection-website.herokuapp.com/MM/Bourchtein/atmosmodd.tar.gz