summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rwxr-xr-xrun-example4
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 72e044f..6d435ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -98,6 +98,7 @@ EXTRA_DIST += \
pre-inst-env.in \
README \
guix.scm \
+ run-example \
examples/hello.scm \
examples/hello.bmp \
examples/controller.scm
diff --git a/run-example b/run-example
new file mode 100755
index 0000000..aba027a
--- /dev/null
+++ b/run-example
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd examples
+../pre-inst-env guile $1.scm