From 34ff8e44d0fffab8b1c3feea71d1f0561fa068a1 Mon Sep 17 00:00:00 2001 From: ketumbra <80352736+ketumbra@users.noreply.github.com> Date: Fri, 30 Sep 2022 21:15:11 +0100 Subject: [PATCH] use named vars Co-authored-by: packetzero <20775507+packetzero@users.noreply.github.com> --- atomics/T1123/src/T1123.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atomics/T1123/src/T1123.sh b/atomics/T1123/src/T1123.sh index d0431534..321bea70 100644 --- a/atomics/T1123/src/T1123.sh +++ b/atomics/T1123/src/T1123.sh @@ -1,4 +1,6 @@ -echo "Starting recording, make some noise for $2 seconds!" +OUTPATH=$1 +DURSEC=$2 +echo "Starting recording, make some noise for ${DURSEC} seconds!" osascript -e ' on run argv set theFilePath to POSIX path of item 1 of argv