diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ccwl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ccwl b/scripts/ccwl index b435f8b..8e9d085 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -1,4 +1,5 @@ -#! /usr/bin/env guile --no-auto-compile +#!/usr/bin/env sh +exec guile --no-auto-compile -s "$0" "$@" !# ;;; ccwl --- Concise Common Workflow Language ;;; Copyright © 2021, 2022 Arun Isaac <arunisaac@systemreboot.net> |