From 2269df14d6fba39e4baf710e91ee05240b04d34b Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Mon, 30 Sep 2024 11:55:01 -0500 Subject: [PATCH] [NEW] record-shell: record shell sessions for librecode We need to record shell sessions in a standardized way, so I made a script to accomplish this! --- scripts/record-shell | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100755 scripts/record-shell 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 <