Fax-Me/print.sh
2020-08-20 09:02:44 -04:00

7 lines
91 B
Bash

#!/bin/bash
cd /var/www/html/uploads
f=$(ls)
lp -d DCPL2550DW -o fit-to-page $f
rm -f $f