summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2015-05-25 00:28:03 -0400
committerDavid Thompson <davet@gnu.org>2015-05-25 00:28:03 -0400
commit101a426a269c2f038068514f67cd0605f3f54698 (patch)
treecf6f532d9c0ecc9a9131392dda674dc244db9e34 /scripts
First commit.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/shroud.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/shroud.in b/scripts/shroud.in
new file mode 100644
index 0000000..f464c7f
--- /dev/null
+++ b/scripts/shroud.in
@@ -0,0 +1,7 @@
+#!@GUILE@ --no-auto-compile
+-*- mode: scheme -*-
+!#
+
+(use-modules (shroud ui))
+
+(apply shroud-main (cdr (command-line)))