shadowsword commited on
Commit
fcff5e6
1 Parent(s): 171665c

Create print_thoth.sh

Browse files
Files changed (1) hide show
  1. print_thoth.sh +7 -0
print_thoth.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ printer="Pantum_P2500W_series_FBD108"
4
+
5
+ for f in *.txt; do
6
+ cat "$f" | lp -d $printer -o lpi=6
7
+ done