use named vars
Co-authored-by: packetzero <20775507+packetzero@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user