From fc925895d7c7f06bd3a82a0ca76ec45993676bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Mon, 11 Jun 2018 18:24:45 +0200 Subject: [PATCH] Updated cleanup shell script. --- examples/1/clean | 8 ++++---- examples/2/clean | 8 ++++---- examples/3/clean | 8 ++++---- examples/4/clean | 8 ++++---- examples/5/clean | 8 ++++---- examples/6/clean | 8 ++++---- examples/7/clean | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/examples/1/clean b/examples/1/clean index 8916160649..19ca1948b4 100755 --- a/examples/1/clean +++ b/examples/1/clean @@ -1,7 +1,7 @@ #!/bin/sh rm -rf example -rm -f example_dynamic.json example.json example.m example_original.json example_static.json -rm -f example_dynamic.m example.log example_set_auxiliary_variables.m example_static.m -rm -f example_dynamic_set_auxiliary_series.m -rm -f example_results.mat +rm -f example*.json +rm -f example*.m +rm -f example*.mat +rm -f example.log \ No newline at end of file diff --git a/examples/2/clean b/examples/2/clean index 8916160649..19ca1948b4 100755 --- a/examples/2/clean +++ b/examples/2/clean @@ -1,7 +1,7 @@ #!/bin/sh rm -rf example -rm -f example_dynamic.json example.json example.m example_original.json example_static.json -rm -f example_dynamic.m example.log example_set_auxiliary_variables.m example_static.m -rm -f example_dynamic_set_auxiliary_series.m -rm -f example_results.mat +rm -f example*.json +rm -f example*.m +rm -f example*.mat +rm -f example.log \ No newline at end of file diff --git a/examples/3/clean b/examples/3/clean index 8916160649..19ca1948b4 100755 --- a/examples/3/clean +++ b/examples/3/clean @@ -1,7 +1,7 @@ #!/bin/sh rm -rf example -rm -f example_dynamic.json example.json example.m example_original.json example_static.json -rm -f example_dynamic.m example.log example_set_auxiliary_variables.m example_static.m -rm -f example_dynamic_set_auxiliary_series.m -rm -f example_results.mat +rm -f example*.json +rm -f example*.m +rm -f example*.mat +rm -f example.log \ No newline at end of file diff --git a/examples/4/clean b/examples/4/clean index 8916160649..19ca1948b4 100755 --- a/examples/4/clean +++ b/examples/4/clean @@ -1,7 +1,7 @@ #!/bin/sh rm -rf example -rm -f example_dynamic.json example.json example.m example_original.json example_static.json -rm -f example_dynamic.m example.log example_set_auxiliary_variables.m example_static.m -rm -f example_dynamic_set_auxiliary_series.m -rm -f example_results.mat +rm -f example*.json +rm -f example*.m +rm -f example*.mat +rm -f example.log \ No newline at end of file diff --git a/examples/5/clean b/examples/5/clean index 8916160649..19ca1948b4 100755 --- a/examples/5/clean +++ b/examples/5/clean @@ -1,7 +1,7 @@ #!/bin/sh rm -rf example -rm -f example_dynamic.json example.json example.m example_original.json example_static.json -rm -f example_dynamic.m example.log example_set_auxiliary_variables.m example_static.m -rm -f example_dynamic_set_auxiliary_series.m -rm -f example_results.mat +rm -f example*.json +rm -f example*.m +rm -f example*.mat +rm -f example.log \ No newline at end of file diff --git a/examples/6/clean b/examples/6/clean index 8916160649..19ca1948b4 100755 --- a/examples/6/clean +++ b/examples/6/clean @@ -1,7 +1,7 @@ #!/bin/sh rm -rf example -rm -f example_dynamic.json example.json example.m example_original.json example_static.json -rm -f example_dynamic.m example.log example_set_auxiliary_variables.m example_static.m -rm -f example_dynamic_set_auxiliary_series.m -rm -f example_results.mat +rm -f example*.json +rm -f example*.m +rm -f example*.mat +rm -f example.log \ No newline at end of file diff --git a/examples/7/clean b/examples/7/clean index 8916160649..19ca1948b4 100755 --- a/examples/7/clean +++ b/examples/7/clean @@ -1,7 +1,7 @@ #!/bin/sh rm -rf example -rm -f example_dynamic.json example.json example.m example_original.json example_static.json -rm -f example_dynamic.m example.log example_set_auxiliary_variables.m example_static.m -rm -f example_dynamic_set_auxiliary_series.m -rm -f example_results.mat +rm -f example*.json +rm -f example*.m +rm -f example*.mat +rm -f example.log \ No newline at end of file -- GitLab