From d67aa99ef627fd028da6059ad5610866e6332877 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 7 Nov 2023 12:52:40 +0100 Subject: ssf: almost full rewrite with pass support --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 824daec..8343cde 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ #!/bin/sh mkdir -p ~/.local/bin -stow -v "$(dirname "$0")" -t ~/.local/bin --ignore='.*.sh$' +stow -v "$(dirname "$0")" -t ~/.local/bin --ignore='.*\.sh$' -- cgit v1.2.3