Hi,

> Hi guixers,
> 
> i'm wondering...for my scripts to work in Guix, instead of
> '#! /bin/bash' ,
> 
> what do i have to start them with ?
> 
> Thanks,thanks, thanks
> 
> F

We have a link to bash located in /bin/sh so you can just leave /bin/sh. Or you 
can also use `#!/usr/bin/env bash`

Both should work.

Cheers,
Ekaitz

Reply via email to