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)
|
* (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)
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue