diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -stow -v $(dirname $0) -t ~/.local/bin --ignore=$(basename $0) +stow -v "$(dirname "$0")" -t ~/.local/bin --ignore='.*.sh$' |