diff options
author | Guillermo Ramos | 2022-01-20 11:54:48 +0100 |
---|---|---|
committer | Guillermo Ramos | 2022-01-20 11:54:48 +0100 |
commit | e6ff299df50fe5db6037a0800144a22e4157b2c6 (patch) | |
tree | 434dab1058b20d0bc82f2b880b9a98d610b478e9 /README.md | |
parent | acf0af089501a0d1d167df73426f28d57081df96 (diff) | |
download | cli-e6ff299df50fe5db6037a0800144a22e4157b2c6.tar.gz |
shellcheck
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ Misc useful command line utilities. All of them are covered by the BSD-3 license I run them regularly on Gentoo, Alpine Linux and OpenBSD, so they should work on most UNIX-like systems. In the case of shell scripts, try to be as POSIX compliant as possible (WIP). +To symlink all tools to ~/.local/bin: + + $ ./install.sh + +To shellcheck all tools: + + $ ./shellcheck.sh + # Who Guillermo Ramos |