[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bash scripts in Guix question
From: |
Fulbert |
Subject: |
Re: bash scripts in Guix question |
Date: |
Tue, 4 Oct 2022 16:31:24 +0200 |
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!