summaryrefslogtreecommitdiffstats
path: root/src/undone
diff options
context:
space:
mode:
Diffstat (limited to 'src/undone')
-rwxr-xr-xsrc/undone4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/undone b/src/undone
new file mode 100755
index 0000000..9b2cd13
--- /dev/null
+++ b/src/undone
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+BOOT="((@ (undone main) main) (cdr (program-arguments)))"
+exec guile $GUILE_FLAGS -c "$BOOT" "$0" "$@"