scripts: Fix logging goof in recorders
This commit is contained in:
parent
79ace1cccc
commit
0529ea07d8
2 changed files with 5 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue