dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b4a2a2c01acc5b62ea3e0d8a7b40190c38bce2e8
parent fa39b268425f7e5924c832f0a2c9a2be0e392a47
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 13 Jan 2020 16:07:49 +0100

Remove unused variable

Diffstat:
M.local/bin/html_gallery.sh | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.local/bin/html_gallery.sh b/.local/bin/html_gallery.sh @@ -1,9 +1,7 @@ #!/bin/sh set -e -version=0.1.0 - -output="${1:-${device##*/}.html}" +version=0.1.1 show_help() { echo "usage: ${0##*/} [OPTIONS] [FILE ...]"