YEAR=$(date '+%Y') SHEETS=$(echo "/srv/train-your-core/finances/varia-financial-spreadsheets-$YEAR.ods") #echo $YEAR #echo $SHEETS # copy the spreadsheets of this year to this folder cp $SHEETS . # turn this CSV file in a nice HTML page using the python script python3 make-common-fund-status-viewer.py # remove spreadsheet from current folder rm varia-financial-spreadsheets-*.ods