From ec1d4b49dbf66284f98cd12c646a21046bb53975 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sun, 26 Feb 2023 22:24:10 -0500 Subject: Update readme with additional dependencies The file splitting requires mktemp and csplit --- readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index fa0cd78..0a35be0 100644 --- a/readme.txt +++ b/readme.txt @@ -5,10 +5,12 @@ Usage: ./automv.sh Prereqs: - Requires bash with the tools: + Requires bash with the following utilities: grep xargs find + mktemp + csplit Setup: the script searches the directory: -- cgit v1.2.3-54-g00ecf