thoth / print_thoth.sh
shadowsword's picture
Create print_thoth.sh
fcff5e6 verified
raw
history blame contribute delete
113 Bytes
#!/bin/bash
printer="Pantum_P2500W_series_FBD108"
for f in *.txt; do
cat "$f" | lp -d $printer -o lpi=6
done