Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
shadowsword
/
thoth
like
3
Modalities:
Text
Formats:
text
Languages:
English
Size:
1K - 10K
Libraries:
Datasets
Croissant
License:
unknown
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
main
thoth
/
print_thoth.sh
shadowsword
Create print_thoth.sh
fcff5e6
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
113 Bytes
#!/bin/bash
printer=
"Pantum_P2500W_series_FBD108"
for
f
in
*.txt;
do
cat
"
$f
"
| lp -d
$printer
-o lpi=6
done