diff --git a/scripts/record-shell b/scripts/record-shell new file mode 100755 index 0000000..7c254df --- /dev/null +++ b/scripts/record-shell @@ -0,0 +1,47 @@ +#!/usr/bin/env bash + +: ' + * Record sessions with Asciinema for the Librecode project! + ' + +read -d '' usage <