From 372a9cef5823786843e3562b21f54d847a28778c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 3 Oct 2020 23:16:28 -0400 Subject: Add helper script for running examples. --- run-example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 run-example (limited to 'run-example') diff --git a/run-example b/run-example new file mode 100755 index 0000000..67bc66b --- /dev/null +++ b/run-example @@ -0,0 +1,4 @@ +#!/bin/sh + +cd examples/$1 +../../pre-inst-env guile --no-auto-compile $1.scm -- cgit v1.2.3