repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add pdf rotate tools; fix lpstat datetime format pattern
[hband-tools.git]
/
pdfrotate
/
pdf90
blob
799dc7aa512f5899dd53760cac6a7f148fcef185
1
#!/bin/sh
2
exec
pdfjam
--suffix
rotated90
--angle
90
--fitpaper
true
--rotateoversize
true
"$@"