From fa506142410b59685a96ef951269ace4267a3f23 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Mon, 22 Jul 2019 15:50:03 +0200 Subject: [PATCH] add moreutils from https://rentes.github.io/unix/utilities/2015/07/27/moreutils-package/ --- Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Brewfile b/Brewfile index 36412c1..efb5fe5 100644 --- a/Brewfile +++ b/Brewfile @@ -45,3 +45,4 @@ brew "terraform" brew "watch" brew "grep" brew "htop" +brew "moreutils"