Skip to content
Snippets Groups Projects
Commit f260a0e7 authored by Radek Hušek's avatar Radek Hušek
Browse files

bump

parent 37a9cec8
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
"HOME": "/home/radek",
"KDE_SESSION_VERSION": "4",
"XDG_CURRENT_DESKTOP": "KDE",
"SSH_AUTH_SOCK": "/run/radek/ssh-agent.sock",
},
"printers": [
......
......@@ -13,5 +13,5 @@ case $PAGES in
1) pdfjam --nup 2x1 --landscape --doublepagestwistodd\* true -o /dev/stdout /dev/stdin 1,'{}';;
2) pdfjam --nup 2x1 --landscape --doublepagestwistodd\* true -o /dev/stdout /dev/stdin 1,2;;
*) pdfbook -o /dev/stdout /dev/stdin;;
esac | pdfjoin -o /dev/stdout /dev/stdin `python -c "print(','.join(['-']*$COPIES))"`
esac | pdfjam --landscape -o /dev/stdout /dev/stdin `python -c "print(','.join(['-']*$COPIES))"`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment