17 lines
466 B
Bash
Executable File
17 lines
466 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#path='/home/fabris/ongoing_projects/seniority/Manuscript'
|
|
path='/home/fabris/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/
|