Further imporvements for buildpdf
This commit is contained in:
parent
0b31567ad6
commit
8452b614a8
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ print() {
|
|||
local text="$1"
|
||||
|
||||
date "+[%F %T] $text"
|
||||
|
||||
}
|
||||
|
||||
run() {
|
||||
|
@ -18,6 +19,7 @@ run() {
|
|||
local filename="$1"
|
||||
local number="$2"
|
||||
|
||||
print "Building..."
|
||||
pdflatex "$filename" > /dev/null 2>&1
|
||||
print "Build $number ready"
|
||||
|
||||
|
|
Loading…
Reference in a new issue