diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-03 23:16:28 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-03 23:16:28 -0400 |
commit | 372a9cef5823786843e3562b21f54d847a28778c (patch) | |
tree | 929a4600738952de6a6e30ca38028e4ef49fc14a | |
parent | 3aaed194a553a745627d5f06f88b942b2dce2da1 (diff) |
Add helper script for running examples.
-rwxr-xr-x | run-example | 4 |
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 |