From 1ffe14aa641ad8adf23fa5250b7a17020408bae2 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 21 Jun 2022 09:29:55 -0700 Subject: [PATCH] install shellcheck --- updates.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updates.txt b/updates.txt index 048b1f80..acf4a858 100644 --- a/updates.txt +++ b/updates.txt @@ -14,6 +14,6 @@ add notation about using pick to parse through output, and pipe that using xargs example: ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick) -install snarf (great tool very much like wget, curl): +install snarf (great tool very much like wget, curl), and shellcheck (an error handling tool for bash scripts): -doas pacman -S snarf +doas pacman -S snarf shellcheck