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

View file

@ -4,6 +4,8 @@
* Record sessions with Asciinema for the Librecode project! * Record sessions with Asciinema for the Librecode project!
' '
. "$(dirname $0)/util/logging.bash"
read -d '' usage <<EOUSAGE read -d '' usage <<EOUSAGE
Usage: $0 [-h] Usage: $0 [-h]
@ -24,7 +26,6 @@ done
shift $((OPTIND-1)) shift $((OPTIND-1))
. "$(dirname $0)/util/logging.bash"
. /etc/os-release . /etc/os-release
timestamp=$(mktimestamp) timestamp=$(mktimestamp)