summaryrefslogtreecommitdiff
path: root/scope.sh
diff options
context:
space:
mode:
authorarobase-che <girbenhed@gmail.com>2016-03-05 00:58:04 +0100
committerarobase-che <girbenhed@gmail.com>2016-03-05 00:58:04 +0100
commit6dcfa9bf6ad0daa4aa3080650d32e4da04e70822 (patch)
treef2d8d7f0176e684c4d97c02825b961bc8feca68e /scope.sh
parentColor (diff)
Add w3 video
Diffstat (limited to 'scope.sh')
-rwxr-xr-xscope.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.sh b/scope.sh
index ed7c313..5454db2 100755
--- a/scope.sh
+++ b/scope.sh
@@ -56,7 +56,7 @@ case "$extension" in
try unrar -p- lt "$path" && { dump | trim; exit 0; } || exit 1;;
# PDF documents:
pdf)
- try pdftotext -l 10 -nopgbrk -q "$path" - && \
+ try pdftotext "$path" - && \
{ dump | trim | fmt -s -w $width; exit 0; } || exit 1;;
# BitTorrent Files
torrent)