Carica file su 'STATS-PROC'

Script bash eseguito ogni minuto su macchina fbf
This commit is contained in:
marco
2019-10-07 17:32:58 +02:00
parent b08376bc20
commit 8d76631570
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
if [ -f /home/FBF/IN/DB_INPUT.csv -a -f /home/FBF/IN/DB_INPUT_2cluster.csv ]; then
mv /home/FBF/IN/*.* /home/FBF/WIP/
cd /home/FBF/WIP/
cp /root/Script_plot_density_mixture_perSamuele_3clusters.R /home/FBF/WIP/
Rscript Script_plot_density_mixture_perSamuele_3clusters.R
mv Rplots.pdf /home/FBF/OUT/
mv output_flexmix_output_for_APOE_AGE_SEX.txt /home/FBF/OUT/
rm *.* /home/FBF/WIP/
else
exit
fi