aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/synthesis-results.scm (renamed from scripts/synthesise)4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/synthesise b/scripts/synthesis-results.scm
index 4e8dbec..faf8919 100755
--- a/scripts/synthesise
+++ b/scripts/synthesis-results.scm
@@ -1,4 +1,4 @@
-#! /usr/bin/chicken-csi -ss
+#! /usr/bin/chicken-csi -s
;; -*- mode: scheme -*-
(import (chicken port)
@@ -118,3 +118,5 @@
(lambda ()
(display (csv:fmt-table-string
(if (member "header" suppress) body (cons header body)))))))))
+
+(main (command-line-arguments))