aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:44:54 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:49:05 +0100
commitb38662b2d4e7501e6c792f285b841d83c1d01488 (patch)
tree188dff172f017ba4b38f64e445715545111422c5
parentAdd example xcal. (diff)
downloadcalp-b38662b2d4e7501e6c792f285b841d83c1d01488.tar.gz
calp-b38662b2d4e7501e6c792f285b841d83c1d01488.tar.xz
Add script for displaying test commentaries.
-rwxr-xr-xtests/display2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/display b/tests/display
new file mode 100755
index 00000000..e58288a2
--- /dev/null
+++ b/tests/display
@@ -0,0 +1,2 @@
+#!/bin/bash
+guild display-commentary *.scm | sed -e 's/^ / /' -e 's/^\S/\n&/g'