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