Skip to content

Commit

Permalink
hardcopy: print the pages in reverse order
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Apr 19, 2011
1 parent b997e51 commit 5a83fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardcopy
@@ -1,3 +1,3 @@
#!/bin/sh

lp -d Canon_MP150 "$@"
lp -d Canon_MP150 -o outputorder=reverse "$@"

0 comments on commit 5a83fa1

Please sign in to comment.