diff options
author | Guillermo Ramos | 2022-11-07 21:27:29 +0100 |
---|---|---|
committer | Guillermo Ramos | 2022-11-07 21:27:46 +0100 |
commit | c466e4676388f4467602e32251a6afb3f2a6c72b (patch) | |
tree | 13e4ba56545fe962ae63b5525caae974c332dbb6 /install.sh | |
parent | 2fd15464478c39bdc69ea009f4d95697da268feb (diff) | |
download | cli-c466e4676388f4467602e32251a6afb3f2a6c72b.tar.gz |
Add new tool (gripmi) + update installer
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ #!/bin/sh +mkdir -p ~/.local/bin stow -v "$(dirname "$0")" -t ~/.local/bin --ignore='.*.sh$' |