scripts: Fix logging goof in recorders

This commit is contained in:
Andrea Rogers 2024-10-01 13:10:07 -05:00
commit 0529ea07d8
2 changed files with 5 additions and 4 deletions

View file

@ -5,6 +5,8 @@
* (just the audio on my end)
'
. "$(dirname $0)/util/logging.bash"
read -d '' usage <<EOUSAGE
Usage: $0 [-h]
@ -25,9 +27,7 @@ done
shift $((OPTIND-1))
. "$(dirname $0)/util/logging.bash"
rec_prefix="$HOME/librecode/Julia Calls 😻"
rec_prefix="$HOME/librecode/Julia Calls 😻/mine"
mkdir -p "$rec_prefix"
timestamp=$(mktimestamp)