aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorGuillermo Ramos2023-11-07 12:52:40 +0100
committerGuillermo Ramos2023-11-07 12:52:45 +0100
commitd67aa99ef627fd028da6059ad5610866e6332877 (patch)
treeef51ccc4604980bef6d3c8683fd03db84908c736 /install.sh
parentd5d95d418f5959a70f7fe79210562f98c3fad5e9 (diff)
downloadcli-d67aa99ef627fd028da6059ad5610866e6332877.tar.gz
ssf: almost full rewrite with pass support
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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$'