From e6ff299df50fe5db6037a0800144a22e4157b2c6 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Thu, 20 Jan 2022 11:54:48 +0100 Subject: shellcheck --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 51b1589..5ea674e 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3