Skip to content

Commit

Permalink
cups pdf printer
Browse files Browse the repository at this point in the history
  • Loading branch information
NapoleonWils0n committed Jun 27, 2014
1 parent 25d0b24 commit b712bf3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cups/cups-pdf.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

# cups-pdf printer
#=================

# install cups-pdf
sudo apt-get install cups-pdf

# print a file
lpr -P PDF file

0 comments on commit b712bf3

Please sign in to comment.