diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ccwl.in (renamed from scripts/ccwl) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ccwl b/scripts/ccwl.in index 2efdee1..04fed02 100755 --- a/scripts/ccwl +++ b/scripts/ccwl.in @@ -1,4 +1,5 @@ -#! /run/current-system/profile/bin/guile -s +#! @GUILE@ -s +-*- scheme -*- !# ;;; ccwl --- Concise Common Workflow Language ;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> |