From 89ee387811a59929f43a1536be551cfbd3ddf660 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Thu, 30 May 2024 17:09:53 -0400 Subject: [PATCH] updated notice that script is for bsd only --- collect.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collect.sh b/collect.sh index 15dc3a7..7f15665 100755 --- a/collect.sh +++ b/collect.sh @@ -2,6 +2,8 @@ minutes=$1 +echo "" +echo "THIS SCRIPT IS FOR *FREEBSD* ONLY" echo "" greeting="Running perfcollect for $minutes minutes" echo "$greeting"