summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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)))