• R/O
  • SSH

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. 861a24fd64656e045cf7f89524bfe057058f3a10
Tamanho 255 bytes
Hora 2020-07-20 17:45:49
Autor Lorenzo Isella
Mensagem de Log

A simple script which also changes the file name according to the date of today.

Content

#!/bin/bash

rm *pdf

Rscript generate_taxud_report.R

rm tikzposter/*pdf

cd tikzposter/


pdflatex flyer_short.tex
pdflatex flyer_short.tex
pdflatex flyer_short.tex

_now=$(date +"%Y-%m-%d")

_file="flyer_short_$_now.pdf"


mv flyer_short.pdf  "$_file"