16 lines
424 B
Bash
16 lines
424 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
path='/home/fabris/ongoing_projects/seniority/Manuscript'
|
||
|
|
||
|
cp plot_pes.pdf $path/
|
||
|
cp plot_stat.pdf $path/
|
||
|
cp plot_stat_opt.pdf $path/
|
||
|
cp plot_distance.pdf $path/
|
||
|
cp plot_distance_opt.pdf $path/
|
||
|
cp freq.pdf $path/
|
||
|
cp freq_opt.pdf $path/
|
||
|
cp xe.pdf $path/
|
||
|
cp xe_opt.pdf $path/
|
||
|
cp plot_pes_HF.pdf $path/
|
||
|
cp freq_HF.pdf $path/
|