dotfiles

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

commit e951fe0d53afc85a0b170ee99ac8d09cdb9e8b34
parent c31124006f3afef766dc9644e5d8f4ab04a1f377
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  3 Dec 2020 11:44:14 +0100

geoprint: allow spaces in path names

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

diff --git a/.local/bin/geoprint b/.local/bin/geoprint @@ -35,5 +35,5 @@ pass="$(pass Uni/mit.au.dk-217756)" for f in "$@"; do smbclient //prt11.uni.au.dk/1672-129-C-2 \ -U "au217756%${pass}" -W uni \ - -c "print $f" + -c "print \"$f\"" done