dotfiles

My configuration files.
Log | Files | Refs | README

commit 5739fbf4f7720ed7018c8291b21529e57ee1d0b4
parent 6f7b4278265c3f869dc8c29259e6d537e68ad4eb
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sat, 25 Dec 2021 22:36:55 +0100

Download verbose

Diffstat:
Mbin/.local/bin/bm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/.local/bin/bm b/bin/.local/bin/bm @@ -49,7 +49,7 @@ open () { download () { url="$(get_url $1 $2)" - pandoc "$url" -o "$(echo "$url" | sha1sum | cut -d' ' -f1).epub" + pandoc --verbose -o "$(echo "$url" | sha1sum | cut -d' ' -f1).epub" "$url" } interactive () {