diff --git a/pgloader.lisp b/pgloader.lisp index 8d66703..1c0e191 100755 --- a/pgloader.lisp +++ b/pgloader.lisp @@ -1,4 +1,7 @@ -#! /usr/bin/sbcl --script +#!/bin/sh +#| +exec sbcl --script "$0" $@ +|# ;;; load the necessary components then parse the command line ;;; and launch the work