From 91a962fad5ff0e6825290e3d344c6278542b82db Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Wed, 24 Jul 2024 13:47:03 +0200 Subject: [PATCH] [DATALAD] Recorded changes --- .gitattributes | 2 ++ plt_update.sh | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 plt_update.sh diff --git a/.gitattributes b/.gitattributes index ce9432f..ccdef2c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ * annex.backend=MD5E **/.git* annex.largefiles=nothing README.md annex.largefiles=nothing +justfile annex.largefiles=nothing +*.sh annex.largefiles=nothing *.tex annex.largefiles=nothing *.sty annex.largefiles=nothing diff --git a/plt_update.sh b/plt_update.sh new file mode 100644 index 0000000..68d8df7 --- /dev/null +++ b/plt_update.sh @@ -0,0 +1,3 @@ +#! /bin/bash +cp ../../research_env2/cA_analysis/plot_vault/overview/plateaus_\{chi,sym}_0.2_0.3_0124_ee_ee_total_quad.pdf plots +cp ../../research_env2/cA_analysis/plot_vault/interpolations/fix_sym_b{3.9,4.1}.pdf plots \ No newline at end of file