diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ccwl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ccwl b/scripts/ccwl index 8a74da0..e299413 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -1,4 +1,5 @@ #!/usr/bin/env sh +# -*- mode: scheme; -*- exec guile --no-auto-compile -e main -s "$0" "$@" !# ;;; ccwl --- Concise Common Workflow Language |