Le Tue, Oct 04, 2022 at 03:18:36PM +0200, jordi a écrit :
> Hi guixers,
Hello!
> 
> i'm wondering...for my scripts to work in Guix, instead of
>  '#!  /bin/bash' , 
> 
> what do i have to start them with ? 
  
  #!/usr/bin/env bash

And if you need to pass arguments/options, take a look at

  $ info '(coreutils) env invocation'

> Thanks,thanks, thanks

Welcome!

Reply via email to