[Nix-dev] Re: What happened to python-wrapper?

Shea Levy shea at shealevy.com
Thu Apr 14 18:04:44 CEST 2011


On 04/13/2011 02:31 PM, Peter Simons wrote:
> Shell scripts cannot be interpreters for other shell scripts.

Really? The following worked on my system:

/home/shlevy/bash:
#! /bin/sh
bash $@

/home/shlevy/echo:
#! /home/shlevy/bash
echo $1

chmod +x /home/shlevy/{bash,echo}
./echo hi



More information about the nix-dev mailing list