use named vars

Co-authored-by: packetzero <20775507+packetzero@users.noreply.github.com>
This commit is contained in:
ketumbra
2022-09-30 21:15:11 +01:00
committed by GitHub
parent a1959b4c2b
commit 34ff8e44d0
+3 -1
View File
@@ -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