diff --git a/scripts/record-call b/scripts/record-call new file mode 100755 index 0000000..09990ea --- /dev/null +++ b/scripts/record-call @@ -0,0 +1,34 @@ +#!/usr/bin/env bash + +: ' + * Record calls with Julia for future annotation 😻 + * (just the audio on my end) + ' + +read -d '' usage <