blog:print_files_from_any_device_using_dropbox
| Next revision | Previous revision | ||
| blog:print_files_from_any_device_using_dropbox [2011-04-17 16:42] – created brb | blog:print_files_from_any_device_using_dropbox [2011-04-17 16:46] (current) – brb | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| <code bash> | <code bash> | ||
| #!/bin/bash | #!/bin/bash | ||
| - | export | + | user=brb |
| + | PrintQueue="/ | ||
| IFS=$' | IFS=$' | ||
| for PrintFile in $(/bin/ls -1 ${PrintQueue}) do | for PrintFile in $(/bin/ls -1 ${PrintQueue}) do | ||
| Line 11: | Line 12: | ||
| done | done | ||
| -- dropprint.sh --- | -- dropprint.sh --- | ||
| + | |||
| + | </ | ||
| Ref: http:// | Ref: http:// | ||
blog/print_files_from_any_device_using_dropbox.1303051322.txt.gz · Last modified: 2011-04-17 16:42 by brb
