summaryrefslogtreecommitdiff
path: root/run-example
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-10-03 23:16:28 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-10-03 23:16:28 -0400
commit372a9cef5823786843e3562b21f54d847a28778c (patch)
tree929a4600738952de6a6e30ca38028e4ef49fc14a /run-example
parent3aaed194a553a745627d5f06f88b942b2dce2da1 (diff)
Add helper script for running examples.
Diffstat (limited to 'run-example')
-rwxr-xr-xrun-example4
1 files changed, 4 insertions, 0 deletions
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