• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revision861a24fd64656e045cf7f89524bfe057058f3a10 (tree)
Time2020-07-20 17:45:49
AuthorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

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

Change Summary

Incremental Difference

diff -r c78e83a9d200 -r 861a24fd6465 Bash-scripts/report.bash
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Bash-scripts/report.bash Mon Jul 20 10:45:49 2020 +0200
@@ -0,0 +1,21 @@
1+#!/bin/bash
2+
3+rm *pdf
4+
5+Rscript generate_taxud_report.R
6+
7+rm tikzposter/*pdf
8+
9+cd tikzposter/
10+
11+
12+pdflatex flyer_short.tex
13+pdflatex flyer_short.tex
14+pdflatex flyer_short.tex
15+
16+_now=$(date +"%Y-%m-%d")
17+
18+_file="flyer_short_$_now.pdf"
19+
20+
21+mv flyer_short.pdf "$_file"