diff options
author | Guillermo Ramos | 2023-11-07 12:52:40 +0100 |
---|---|---|
committer | Guillermo Ramos | 2023-11-07 12:52:45 +0100 |
commit | d67aa99ef627fd028da6059ad5610866e6332877 (patch) | |
tree | ef51ccc4604980bef6d3c8683fd03db84908c736 /install.sh | |
parent | d5d95d418f5959a70f7fe79210562f98c3fad5e9 (diff) | |
download | cli-d67aa99ef627fd028da6059ad5610866e6332877.tar.gz |
ssf: almost full rewrite with pass support
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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$' |