Carica file su 'STATS-PROC'
Script bash eseguito ogni minuto su macchina fbf
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user