summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2023-05-13 18:30:56 -0400
committerGordon GECOS <u@adam>2023-05-13 18:30:56 -0400
commit257553276d5040eaed5780e3542beb96fe761f68 (patch)
treec834f1f29b82ad1d35c3879fce7d8461ca896dbd
parent77e7306c4f049599ba60391586eb517a69ffe3dd (diff)
fix "scan" to specify mode color
-rw-r--r--dot/local/bin/scan2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/scan b/dot/local/bin/scan
index 2ba071b..2d3470c 100644
--- a/dot/local/bin/scan
+++ b/dot/local/bin/scan
@@ -13,4 +13,4 @@ else
13 format=scan_${NOW}.png 13 format=scan_${NOW}.png
14fi 14fi
15 15
16scanimage --progress --format=png --batch="$format" 16scanimage --mode=Color --progress --format=png --batch="$format"