summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <smenders@gmail.com>2023-02-26 22:23:20 -0500
committerSteph Enders <smenders@gmail.com>2023-02-26 22:23:20 -0500
commitfe2d437623de7f8e2b5bb92aa5d386ee38fa5abb (patch)
tree082003f52ebec1f4ec4ca3b1346915a1d6ca67db
parent9c137d4a179b38f7187e296ae3b0303f5e479c60 (diff)
Suppress csplit logs
-rwxr-xr-xautomv.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/automv.sh b/automv.sh
index 2c71375..fad5a19 100755
--- a/automv.sh
+++ b/automv.sh
@@ -40,6 +40,7 @@ function split {
--elide-empty-files \
--suppress-matched \
--keep-files \
+ --silent \
/---/ '{*}'
}